Versions Compared

Key

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

...

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

In depth learning on the basics of the Motive SDK can be found in this course in Motive Academy.

Motive VR Scenes need a well-defined origin (0, 0, 0) for spawning assets Assets or anchorsAnchors. By default this will be Unity’s origin, however it is often useful to create an origin node in the hierarchy that represents the world origin. Typically we call this node “World” and add the “World Origin” script Script to it.

From there, when you import your environment model, you will want to configure it so that World’s 0,0,0 aligns with a logical origin for the environment. In particular, you’ll want the “floor” to be set at Y=0 so that you can easily spawn things at the right height.

Related Articles

Setting Up Teleport Pads

Setting Up Free Teleport