Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Waypoints

Waypoints are areas that users can target with their locomotion input or pointer. When targeted, the user will move to the root location of the transform to which the waypoint component is attached. The waypoint is detected via its attached trigger collider.

To create a new waypoint:

  1. Create a new GameObject.
  2. Attach the Waypoint component.
  3. Add a collider to the GameObject.
  4. Enable the Is Trigger option on the collider.

Waypoint component