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 Project and Environment Setup can be found in this course in Motive Academy.

Excerpt

A Scene Object is an object in a Unity scene that can be targeted by name. A Scene Object may be part of the base scene or deployed via Asset Bundle.

Scene objects are created by adding a “Motive Scene Object” component to any object in the scene. This allows you to target Unity objects by name using Motive.

...

See World Object Behaviour for base fields.

Name

The name of the Scene Object. This name is used in

StoryFlow

Storyflow to target this object. Note that many objects can share a name, in which case all objects with this name will be targeted by

StoryFlow

Storyflow. It can be useful to use Parent/Child relationships to distinguish between Scene Objects with the same name.

Hidden On Start

Hide the object in the Scene when a scenario starts.

Related Articles

VR App Configuration and Objects