Skip to content

Installation

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

Installation

Requires Unity 2019.2+

To use the Joystick Unity package, you will need to have Unity installed on your computer. Once you have Unity installed, you can install the Joystick Unity package through the Unity Package Manager. To use the Joystick package, you will need to have Unity installed on your computer. Once you have Unity installed, you can install the Joystick package through the Unity Package Manager.

Open your Unity project.

  1. Open the Package Manager window by selecting Window > Package Manager from the Unity Editor menu.
  2. Click on the "+" button in the top left corner of the Package Manager window.
  3. Select "Add package from git URL".
  4. Enter the following URL into the text field: https://github.com/getjoystick/joystick-unity.git
  5. Press the "Add" button to add the package to your project.
  6. Once the package is installed, you will be able to start using it in your project.

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