Skip to main content
Version: 2025.3

Scene setup

Setting up the initial scene is fairly straightforward.

There are a limited number of assets that need to be present in the scene to be able to make it usable and publishable.

Note

The folder that contains the Creator Kit content is Packages → Reflectis-CreatorKit-Worlds-Core → Runtime → Placeholders → Fundamentals.

Placeholders

The components that are needed to setup the scene are:

  1. FloorPlaceholder (Floor Placeholder script)

    It's mandatory that an item identifiable as Floor on the scene has the "Floor Placeholder" script .

    The script allows VR users to be able to teleport around since the teleport activates only over items having the "Floor placeholder" script component.

    SceneSetup

  2. SpawnerPlaceholder (Spawn Point script)

    This prefab doesn’t have an essential function, because the absence of spawn points in the scene will cause players to appear at coordinates (0, 0, 0) .

    The Spawn Point allows the creator to freely choose the position and orientation of avatars, when they enter the scene, if the "SpawnerPlaceholder" script is attached to it.

    SceneSetup

Warning

Make sure that within the scenes there are no GameObjects with the Camera component and the "MainCamera" tag.

This is important since custom cameras can interfere with the camera used by the platform.