unity-game-enginevirtual-realityvrtk

How to detect teleportation to a particular area in unity VR


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


Solution

  • 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