Skip to content
Jayden Maalouf edited this page Jul 28, 2024 · 12 revisions

Download

Latest

3.4.0

UE5 5.2 - UE5 5.3 - UE5 5.4

Previous versions

3.3.0

UE5 5.1

3.0.0

UE5 5.0

2.2.10

UE4 4.26 - UE4 4.27

Installation

In your Project directory, extract the contents on the ZIP file in your Plugins folder
It should look like so:

Compile the Plugin

Linux

  1. Generate Project Files
    1. Right Click Project file (.uproject)
    2. Click Open With Other Application
    3. Open with Unreal Engine Generate Project Files
  2. Compile Project
    1. Open terminal from your project root
    2. Run make

Windows

  1. Generate Project Files
    1. Right Click Project file (.uproject)
    2. Click Generate Project Files
  2. Compile Project
    1. Open the generated .sln file
    2. Build Solution

Enabling the Plugin

  1. Open your Unreal Project then navigate to the Plugins Browser (under the Edit -> Plugins sub-menu)
  2. Under the Project section, you'll find a category called Input Devices
  3. Enable the Joystick Plugin (you may need to restart your editor)
    image
Clone this wiki locally