Teleport Area
An area where users entering 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
TeleportAreaPrefabinto the scene. - On the instance of the prefab, on the
BoxCollidercomponent, adjust the size and center to cover the desired area. - On the instance of the prefab, on the
TeleportAreascript 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 enters the defined area, 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