Install SDK
Note
Only the latest version of the SDK is available through CDN. If you need a different version, you can download it from GitHub.
- Download Unity.
- Pick a personal or professional Unity license based on your preferences.
- Create a new Unity project.
- Download the SDK.
- Unzip the package.
- In the Unity editor, go to
Assets > Import Package > Custom Package in the main menu and select the SDK. - Make sure that the Mono compiler is used to create a game build (for standalone builds only). To do this:
- Click
Edit > Project Settings in the main menu. - Go to the
Player > Other Settings > Configuration section. - Make sure that
Mono is selected in theScripting Backend field.
- Click
Note
We recommend you use the
You can use either
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Found a typo or other text error? Select the text and press Ctrl+Enter.