- Home /
Starting a VR game with LWRP duplicates all inspector windows,Starting VR opens multiple inspector windows
Issue is in Unity 2019.2.8f1, LWRP, and the Vive.
If I import LWRP or start an LWRP project then enable VR support, when I start the game all the inspector windows get duplicated (possibly the same way the game should when getting duplicated to each eye? but that's almost too stupid), and the game doesn't play or show up on the Vive.
I can start LWRP, and I can start VR games, but somehow as soon as I start using both everything goes screwy.,
Answer by ssummit · Nov 19, 2019 at 07:38 PM
Solved my own issue here:
If you change the stereo rendering mode (Edit->Project Settings->Player->Xr Settings) from the default Multi Pass to Single Pass the issue is resolved.
Your answer
Follow this Question
Related Questions
Literally Cannot Develop For VR (Quest) 0 Answers
Render some object to oculus but not to the screen? 0 Answers
How to use two cameras in VR to display 3D object on top of UI panel? 0 Answers
Can DrawMeshInstancedProcedural be used with Single Pass Instanced Rendering in Unity XR project? 0 Answers
Native Plugin Interface and VR support 0 Answers