How to detect teleportation to a particular area in unity VR

109 Views Asked by At

I need to call a function when teleported to a particular area. How can I achieve this using VRTK and unity.

1

There are 1 best solutions below

0
On BEST ANSWER

VRTK_HeadsetCollision

Script Usage: Place the VRTK_HeadsetCollision script on any active scene GameObject.

Other than that it's pretty much a plain trigger collider workflow