Skip to content

Installation

BenPyton edited this page Nov 2, 2021 · 6 revisions

Installation

Get the latest release compatible with your Unreal version.

For blueprint only projects

Before plugin version 1.2.1:
Upgrade your project to a C++ project and follow the instruction for C++ project below, or you wont be able to package your game.
(To do that, download Visual Studio 2019 and create a new C++ class from the Unreal Editor)

Since plugin version 1.2.1:
You have to extract the plugin inside your Unreal engine Plugins folder.
For instance: C:\Program Files\Epic Games\UE_4.26\Engine\Plugins

For C++ projects

Since the plugin version 1.2.1, you can install the plugin in the engine like for blueprint projects.
You can also extract the plugin in the Plugins folder of your project.
For instance: D:\PathToYourProject\Plugins

Clone this wiki locally