Prerequisites
To use the Reflectis Creator Kit, you must follow several steps, starting with creating a new project in Unity and using addressables to publish the created world on the Reflectis platform.
What you need
-
The first thing you need is to install Git on your computer, otherwise the package manager of Unity won't be able to read the packages from the correct Github's repositories. Go to https://git-scm.com/ and download the latest release for the correct platform.
WarningGit must be downloaded while Unity and Unity Hub are closed or the Unity system won't read the new installed application.
-
Then, you have to install Unity 6000.0.32f1. For more details, see Unity setup
-
After configuring Unity, you need to properly set up addressables, a series of packages that will be used to generate a build to be published on the online platform. For more details, see Addressable setup
-
The next step is to setup the Unity scene, adding the necessary components for operation. For more details, see Scene setup
-
Finally, here are some guidelines for managing the environment graphically, to optimize the scene and avoid possible issues.