Flafla2 / Vive-Teleporter

A framework for Unity3D that automatically generates teleporter boundaries and facilitates the teleporter mechanic, similarly to Valve's "The Lab"
MIT License
394 stars 94 forks source link

Teleportation by proxy #23

Open wadams201 opened 8 years ago

wadams201 commented 8 years ago

Thank you for this. I love your teleporter and the navmesh. In my project, I'm navigating an architectural model, and I use a scaled version of that model for navigation. Each model is disabled while the other is active. I'm wondering if you think it would be possible to extend the teleporter so that while viewing the scaled model, I'd be able to use the teleporter on the scaled model's navmesh it and have it teleport me to the referenced location on the full scale model's navmesh? I'm going to try but I have never worked with navmeshes before and I don't know their limitations.