...
In the Workshop, I want to move the learner from the workbench to the painting area.
...
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.
Next, I created a close event that waits for the Screen Message to be closed and then fires the Move User resource.
For the Move User Anchor, you can use an existing one or create a custom anchor as I've done using the VR Editor.
...
When the learner closes the Screen Message, they will automatically move to the anchor. 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:
...
View the video full screen on Vimeo at this link.