Skip to content

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...

Add from git

  • Paste the git URL and click Add
https://github.com/initi/InitiPlaygroundSDK-UnityPackage.git
  • Unity will download the package and add it into your project

Added unity package


Adding package from disk

  • Visit our GitHub repository
  • Navigate to the Releases section.
  • Download and unzip the latest release

GitHub releases

  • 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 click Open

Locate package.json

  • Unity will add the package into your project

Added unity package


Now that you have added the INITI Playground package to your project, let's begin the setup