Skip to main content
Version: 2025.5

Unity setup

First of all, you have to install Unity (version 6000.0.32f1) to be able to test in your sandbox space.

If you don't have the Unity Hub installed yet, you need to install it first (download here).

Once you have Unity Hub, you can install Unity 6000.0.32f1:

  • Go to this page (tab "Unity 6")

  • Click the "INSTALL ->" button next to 6000.0.32f1 in the column "Hub installation"

  • You have to select these modules to install:

    • Android Build Support - to compile a build for VR headset
    • WebGL Build Support - to compile a build for browser
    • Windows Build Support - recommended, especially in the case of support from AnotheReality.

    Add DOTween folder

Note

If you install the modules later, you need to build the addressables again for generating the relevant folders.

Configuration

  1. Open Unity Hub and create a new Unity project with the 3D (URP) Template

    Warning

    It's mandatory that the project has the URP pipeline and not HDRP, otherwise the project can't be compiled correctly and display the graphic assets.

  2. Import the packages from these links into the scene using the package manager, selecting the "Add package from git URL" option:

  3. Select Reflectis Worlds > Creator Kit > Setup > Setup project from the menu bar.

    SceneSetup

  4. From this window you can configure the project to ensure that its settings are compatible with Reflectis Worlds. In addition, you can install the necessary packages to use the Creator Kit according to your own needs. Usually, you need to install the package "CreatorKit Core" module, to have the minimum of tools needed to build scenes.

    SceneSetup

One you have installed the necessary packages you can start using the Reflectis SDK.
Import 3D elements into the scene and give them new logic!