Installation
Dependencies
🔗 Requires our Core library package
Option 1: Using the Package Manager
- In your Unity project, go to
Window > Package Management > Package Manager
(orWindow > Package Manager
for Unity 6.0-) - Click on the + icon in the top-left corner, and select Install package from Git URL...
- In the text field, enter the URL to this package's repository (including the
*.git
extensions), and click Install - Wait for Unity to get the files, and you're ready to go!
Tip: if you need to use a specific version of this package for your project, add
#<tag-name>
to the URL before clicking on the Install button.
Option 2: Extracting archive manually
- Go to this project's
/releases
list - Download the ZIP file archive of your desired version
- Extract the content of that archive into the
Packages/
folder of your Unity project - Wait for Unity to reload the solution, and you're ready to go!
Tip: to avoid any path issue, make sure the folder that contains the package content has the same name as the
name
property defined in itspackage.json
file.