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 Scene Anchor Resource allows you to insert a positional anchor into the sceneScene.  This anchor can be used by other resourcesResources, such as the Screen Message and Move User resourcesResources.  This is commonly used if a catalog Catalog of Positional Anchors has been created and you want to pull them in.

...

Positional Anchor Resource: Positional Anchors represent a position in the sceneScene.

You can attach a Positional Anchor to a screen messageScreen Message, a sound, a 3D asset, and more. You can also use them with World Proximity Conditions to know if a learner has moved to a certain spot in the VR simulation.

These anchors are customizable as you can create and determine a custom position within the scene Scene either manually or using the  VR Editor.

UI Anchor Resource:  The UI Anchor Resource attaches an anchor to an object in the scene. Anchors represent a position in the scene. This anchor should be used by UI resources, such as Screen Message or Annotation.

Compared to other anchor resourcesResources, this resource Resource provides additional optional fields that can enhance the learner interaction experience with UI panels.

Required Fields

...

Field Name

Description

Parent

If set, specifies a parent anchor or object. This allows you to share anchor names between multiple objects.

Anchor

Specifies the anchor to which this Scene Anchor is attached to.

Events

Open and Activate.

In the Headset

  1. In the Workshop script, I've added a

...

  1. Scene Anchor for a

...

  1. Positional Anchor I've created using the VR Editor. Then, I've added a

...

  1. Screen Dialog Resource message using the custom anchor in the

...

  1. Scene:

...

Here is what that looks like in the headset:

...


Related Articles

UI Anchor Resource

Positional Anchor Resource

Fixed and Relative Positions