Teleport Interactable
An interactable button where users will automatically be teleported to a specific destination.
Links
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
- Download the latest package from the releases.
- Drag and drop the
TeleportInteractablePrefabinto the scene. - On the instance of the prefab, on the
BoxCollidercomponent, adjust the size and center to cover the area of interaction (ex: a button). - On the instance of the prefab, on the
TeleportInteractablescript component, you can customize whether the player will keep its orientation after teleporting. - Move the
Destinationobject to where the player should be teleported (or assign a newTransformto the script). - 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