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 93 forks source link

Multi camera issue #25

Open Jashengmato opened 8 years ago

Jashengmato commented 8 years ago

I have two cameras in scene, one for scene rendering, other for UI overlay. When teleporting, there are two grid showing. Change Graphics.DrawMesh parameters to draw only on main camera doesn't seem to work, and layermask neither.

Any ideas?