Download INITI Playground SDK for Unity
The INITI Playground SDK is available as a package for the Unity engine on our GitHub page. To get started, you will need to add it to your project using the Unity Package Manager.
Adding package from git URL
Prerequisites
To use Git packages in a project, Git must be installed on the user machine. The Git executable path should be listed in the PATH system environment variable.
- Open Package Manager (
Window > Package Manager
) - Click the plus icon located at the top left corner and elect
Add package from git URL...
- Paste the git URL and click
Add
- Unity will download the package and add it into your project
Adding package from disk
- Visit our GitHub repository
- Navigate to the Releases section.
- Download and unzip the latest release
- Open Package Manager (
Window > Package Manager
) - Click the plus icon located at the top left corner and elect
Add package from disk...
- Locate the
package.json
file and clickOpen
- Unity will add the package into your project
Now that you have added the INITI Playground package to your project, let's begin the setup