-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Adrian Rutkowski edited this page Mar 9, 2023
·
3 revisions
Requires Unity 2019.2+
- Navigate to your project's Packages folder and open the manifest.json file.
- Add this line below the
"dependencies": {
line
"com.getjoystick.joystick": "https://github.com/getjoystick/joystick-unity.git",
- UPM should now install Joystick-Unity and it's dependencies.
Don't want to use git? Just download and unzip the repository into the Packages folder.
The package is available on the openupm registry. It's recommended to install it via openupm-cli.
openupm add com.getjoystick.joystick
ToDo