Teleport hotspot — MRTK2

The teleport hotspot is a component you can add to your gameobject to ensure that the user is in a certain position and orientation when they teleport to that location.

Usage

How to create a teleport hotspot

To create a teleport hotspot, add the TeleportHotspot component to an object which also has a collider component.

Teleport Hotspot Component

Now, the teleport pointer's indicator will change color when it's directed over a TeleportHotspot. When the teleport action is completed over the hotspot, the user will teleport to the center of the TeleportHotspot.

If the override orientation flag is checked off, the user's orientation will match that of the teleport hotspot.

Teleport Hotspot Example