For an overview of Resources, click here.
Overview
The Move User resource moves the user (learner) to an anchor within the scene. This can be used to bring the learner to different parts of the environment.
Required Fields
Field Name | Description |
---|---|
Anchor | The learner will be moved to this anchor. |
Events
Example in the Headset
In the Workshop, I want to move the learner across the scene to the toolbox. To avoid motion sickness, I will fade the scene to black while the movement (and spawning of assets) is taking place.
In the first frame, I’ve authored a Screen Message letting the learner know they will be moved. When the learner clicks “OK” the fade will start:
In the second frame, I’ve Used a Fade Scene Resource that is conditional on the Screen Message closing:
In the third frame, I’ve added the Spawn Assets Resource to equip my environment. Your environment may not need this step:
In the fourth frame, I’ve added the anchor that I want the learner moved to (a Positional Anchor I created) and the Move User Resource. As the Spawn Asset Resource does not emit a close or complete event, I set the Condition to be the Fade Scene complete:
In the fifth frame, I’ve authored the Fade Scene resource to fade in after the Move User resource is complete:
Lastly, in the sixth frame I’ve added a Notification Resource letting the learner know what to do next:
This is what it would look like in the headset:
https://vimeo.com/722542443View the video full screen on Vimeo at this link.