Project
Creating a project on the Immerse platform provides your Unity project with a unique ‘project ID’ which is required for features such as reporting. Once you have created a project, you will also gain access to developer sessions which will allow you to connect to the Immerse platform from within the editor, greatly aiding in development and integration.
To create a project on the Immerse platform, from the Unity editor:
- Ensure you are signed in
- Select ‘Immerse > Project > Create’ from the top menu
The created project will use the ‘Product Name’ and ‘Version’ set in Unity’s Player settings.
It is recommended to use semantic versioning for all projects on the Immerse platform
Alternatively, projects can be created from the Immerse SDK section in Unity’s Project Settings.
It is important to update the project on the Immerse platform when making changes to your project. This is especially crucial when making changes to multiplayer or reporting features in your project. A reminder to update your project will be shown in the Immerse SDK section in Project Settings, on related assets and as a warning message in the console when entering play mode, whenever an update is required.
Updating your project is simple and can be done in a number of ways:
- Select ‘Immerse > Project > Update’ from the top menu
- Click the ‘Update Project’ button in any of the update project reminder notifications
- Click the ‘Update’ button the reporting builder
If for any reason you need to unlink your project from the Immerse platform, this can also be done via the Immerse menu at the top of the screen. Simply select ‘Immerse > Project > Unlink’ and confirm that you wish to unlink your project.
This will not delete your project from the Immerse platform
Once your project is unlinked, you will need to create a new project in order to make use of Immerse platform features again.