Forum Discussion
Anonymous
4 years agoDo teleport with hands only??
i tried to use ovr teleport scripts on Quest 2 by using only hands that shown as below...
but nothing happened 😕
any suggestions?
1 Reply
Replies have been turned off for this discussion
- spectrexrExplorer
I wrote my own Teleport logic. You can try raycasting on pinch (and drawing that line/curve with line renderer) and then teleporting on pinch release to that raycast hit point.
if (oVRHand.GetFingerIsPinching(OVRHand.HandFinger.Index)) { //Find Teleport Destination } else { if (teleportDestinationFound) { //Teleport } }
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 8 months ago