Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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

Open, Complete, Activate.

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 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/722542443

View the video full screen on Vimeo at this link.

  • No labels