Appearance
Scene Content
Actions that bring objects into the scene, take them out, or show and hide them. (For how to add actions and how they run, see Actions.)
Add to Scene
Adds an object to the scene when the trigger fires – use it to bring content in dynamically (e.g. on a tap) rather than at the start.
By default, content you place is added automatically by an Add to Scene action on On Experience Start. If you'd rather introduce something later, delete that default action and add it from the event you want.
Options
- Target Object – the object to add.
Remove from Scene
Removes an object from the scene. When the action sits on the object itself it removes that object; you can also target a different one.
Options
- Target Object – the object to remove.
Toggle Object
Shows or hides a specific object. Each Toggle Object action sets a fixed state – shown or hidden – rather than flipping the object relative to whatever it currently is. The action's label reads Show Object or Hide Object to match.
Options
- Target Object – the object to show or hide.
- Show – on shows the object, off hides it.
To alternate an object on each tap (show, then hide, then show again), don't stack a Show and a Hide action on one trigger – both would run and the object would simply end on the last one. Instead, toggle the Is enabled state of two events that show and hide it (see Events & triggers).