Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For an overview of Resources, click here.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.

Table of Contents

Overview

The Move User resource Resource moves the user (learner) to an anchor within the sceneScene. This can be used to bring the learner to different parts of the environment.

...

In the Motive Lab at the start of the scenarioScenario, I want to move the learner to the PPE Prep room, and I want to Spawn Assets. To avoid motion sickness, I will fade Fade the scene Scene to black while the movement (and spawning of assets) is taking place.

  1. In the first

...

  1. Frame, I’ve authored a Notification letting the learner know their screen will fade to black:

...

  1. In the second

...

  1. Frame, I’ve Used a Fade Scene Resource that is conditional on the Notification closing:

...

  1. In the third

...

  1. Frame, which is a child

...

  1. Frame (I’m not using a Condition), I’ve added the Spawn Assets Resource to equip my environment. Your environment may not need this step:

...

  1. In the fourth

...

  1. Frame, I’ve added the anchor that I want the learner moved to (a Positional Anchor I created) and the Move User Resource. This is also a child

...

  1. Frame of the

...

  1. Frames above:

...

  1. In the fifth

...

  1. Frame, I’ve authored the Fade Scene

...

  1. Resource to fade in:

...

  1. Lastly, in the sixth

...

  1. Frame I’ve created a Custom Event for the Assets Spawning. I’ve done this because if I use an End Script

...

  1. Resource, it will undo the Spawn Asset

...

  1. Resource and the assets will disappear

...

  1. :

...

Here is what the frames Frames look like for the above authoring:

...

View the video full screen on Vimeo at this link.

Related Articles

Move Object Resource

Scene Object Resource

Scene Region Resource