Move User Resource
For an overview of Resources, click here.
Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.
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.
If you want to move a Character in the environment, then the appropriate resource is Navigate To.
Required Fields
Field Name | Description |
---|---|
Anchor (found after choosing a Position option) | The learner will be moved to this anchor. Fixed and Relative Position: Specifies the position of the anchor. This position can be one of two types: Fixed Position or Relative Position. The Fixed Position setting allows the author to configure the coordinates of the user, as well as its rotation. The Relative Position setting allows the author to configure the angle, distance, and elevation of the user, as well as its rotation. More information on positioning can be found here: |
Optional Fields
Field Name | Description |
---|---|
Attach to Anchor | When this box is checked, it will connect the object to the actual anchor and is typically used in situations where the anchor moves (example: the anchor is on a vehicle). Note for Assemblers: It'll attach to anchor whether or not there's an attachable, but if there are attachables, it'll use the attachable to attach. |
Events
Example in the Headset
In the Motive Lab at the start of the Scenario, I want to move the learner to the PPE Prep room, and I want to Spawn Assets. 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 added the Anchor:
Next, I’ve authored a Notification letting the learner know their screen will fade to black:
Then I’ve used a Fade Scene Resource that is conditional on the Notification closing:
Next, I’ve added the Spawn Assets Resource to equip my environment. Your environment may not need this step. However, your Anchors need to be spawned before you use the Move User Resource. Mine are here in the “User Anchors” bundle:
Next, I’ve added the Move User Resource. As the Frame before has the Anchors spawnning, I have not used them as a Condition. I’ve left the Condition blank. In the Resource I have attached it to the anchor I added to the “Setup” Frame and was spawned in the “Spawn Asset” Frame:
Lastly, I’ve authored the Fade Scene Resource to fade in after the learner has been moved:
To finish the Script, I could create a Custom Event for the Assets Spawning. I’ve done this because if I use an End Script Resource, it will undo the Spawn Asset Resource and the assets will disappear:
This is what it would look like in the headset:
View the video full screen on Vimeo at this link.
Related Articles