ValveSoftware / steamvr_unity_plugin

SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
BSD 3-Clause "New" or "Revised" License
1.03k stars 255 forks source link

How to teleport in Terrain #794

Open fy415 opened 4 years ago

fy415 commented 4 years ago

When I look at the unity steamVR tutorial, everyone teleports in the quad area, but I want to teleport directly from the Terrain. What should I do?

I'd really appreciate it if you let me know!

Chris-Perkins commented 4 years ago

The TeleportArea component works on any mesh. Try that

fy415 commented 4 years ago

The TeleportArea component works on any mesh. Try that

Chris! Thank you so much. I’ll try !