Install SDK
- 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
Your progress
Found a typo or other text error? Select the text and press Ctrl+Enter.