Getting Started
Getting started is very simple:
- Add the ‘Platform’ package via the package manager.
- Sign in to the Immerse SDK in the Unity Editor
- Create a new project
After completing these steps will you have:
- Project - For managing your app on the Immerse platform during development
- Developer session - For easily testing platform functionality without needing to schedule sessions
- Report hierarchy - Where you can define the expected reporting output of your app
The final step required for platform integration is to implement a completion statement. This statement should be sent once a user completes your application and can be used to describe the overall result of the session.
Auto authentication is enabled by default when creating a new project. Entering play mode will result in the user being automatically authenticated. You can track this process in the console. This feature can be disabled if you wish to authenticate at a time which better suits your app flow.