VR Modules

This page describes how to use the VR modules of the Realvirtual.io XR & Multiuser extension in your realvirtual scene.

Make sure you have correctly set up your device as described in the Setup Guide.

realvirtual-vr-player

The realvirtual-vr-player prefab enables VR development in your scene.

Search for realvirtual-vr-player and simply drag the prefab into your hierarchy. This initializes the VR development environment in your scene.

  • The OVRPlayerController manages device tracking and user Input detection. Please refer to the official documentaion of the Meta XR SDK.

  • The Placer object controlls the behaviour of the placement and allows to adjust the parameters for the placement.

  • The TransformManager persists the transforms of all the placeables in the scene between multiple runtime sessions. To disable this feature, disable the TransformManager game object.

  • The XR Environment object initializes the scene setup for optimal use with VR or AR. It manages lighting and core environmental aspects such as ground ans sky.

Placeable Objects

Placeable objects are game objects that can be moved, rotated and scaledat runtimein VR and AR. Their transforms are persisted across multiple runtime sessions. The previous section describes how the placeables can be manipulated by the user.

In this section, the structure and setup of placeable objects is described.

Placeable Object Structure and Setup

The SelectionFrame marks the selectable area for picking by the user. The Content object holds the actual placeable content.

To add a new placeable object simply drag the Placeable prefab into your scene. Add all the gameobjects that sould be affected by this placeable as children under the Content game object.

Optionally you can select the SelectionFrame game object and press the recompute button to recompute the bounds of the selection area. To preview the selection area activate the Visual child game object of SelectionFrame.

Last updated