Skip to main content

Teleport Interactable

An interactable button where users will automatically be teleported to a specific destination.

GitHub GitHub

Requirements

You need the latest VRCSDK for worlds installed. It's recommended to use the VRChat Creator Companion to setup a project with the correct VRCSDK.

How to use

  1. Download the latest package from the releases.
  2. Drag and drop the TeleportInteractablePrefab into the scene.
  3. On the instance of the prefab, on the BoxCollider component, adjust the size and center to cover the area of interaction (ex: a button).
  4. On the instance of the prefab, on the TeleportInteractable script component, you can customize whether the player will keep its orientation after teleporting.
  5. Move the Destination object to where the player should be teleported (or assign a new Transform to the script).
  6. That's it - now when the player interacts with the box collider, the player will be teleported.

Notes

If you are using this in a Vket booth, make sure to move the Scripts folder into the submission folder.

Version history

v1.0.0 : Initial release