Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

In depth learning on Motive Prefabs can be found in this course in Motive Academy.

You will need to add three Motive prefabs Prefabs to your sceneScene.

Motive VR

This prefab Prefab has the standard components required to run Motive VR scenariosScenarios. In most cases the settings in this prefab Prefab do not need to be altered. This can be added anywhere, typically at the root of the scene Scene alongside the World element.

VR App

This prefab Prefab holds app-specific settings. In general it is advisable to make a variant of this prefab Prefab (right-click > Create > Prefab Variant) that is specific to your projectProject. In particular, the Setup node references the configuration for the projectProject. This can also be placed anywhere in the sceneScene.

VR Player

The VR Player represents the camera and control systems for the user, as well as hosting the default UI elements (playable screens, etc.). This should be positioned at the starting point for the user in VR, although you can specify a different Initial Position on the VR Player component.

There are several different VR Player prefabs depending on the platform or features, or you may create and configure your own. In most cases, XR Toolkit Player should be the best choice. It uses XR Toolkit for interactions and works with Unity’s XR Plugin system. Open VR Player is available for Open VR/Steam integration since Steam VR input does not work directly with Unity’s XR Plugin system.

Related Articles

VR App Configuration and Objects