Skip to content

Installation

Adrian Rutkowski edited this page Mar 9, 2023 · 3 revisions

Installation

Requires Unity 2019.2+

Install via UPM (using Git URL)

  1. Navigate to your project's Packages folder and open the manifest.json file.
  2. Add this line below the "dependencies": { line
"com.getjoystick.joystick": "https://github.com/getjoystick/joystick-unity.git",
  1. 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.

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.getjoystick.joystick

ToDo

Clone this wiki locally