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 3 Next »

Motive uses the Unity XR Interaction Toolkit for free teleportation. More information can be found here:

https://learn.unity.com/tutorial/locomotion-and-teleportation-in-the-xr-interaction-toolkit

Any surface with a collider can be made to work with teleportation using one of two components from the XR Interaction Toolkit.

  • Teleportation Area - Marks an entire area as available for teleportation.

  • Teleportation Anchor - Mark a specific point as available for teleportation.

Note: To work with the XR Interaction teleporter in Motive, the Interaction Layer Mask should be set to “Teleport” on either of these components.

The Motive SDK offers a Teleportation Area prefab that can be used to quickly set up teleportation areas.

Add Teleportation Area.mp4

  • No labels