Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
In depth learning on Free Teleport can be found in this course in Motive Academy. |
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
To work with .
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.” There is “Teleport” on either of these components.
The Motive SDK offers a Teleportation Area prefab with these settings pre-configured.that can be used to quickly set up teleportation areas.
Example of Using the Teleportation Area Prefab
...