Spacedog submitted a new resource:
How to make working VR assets for Desktop creators - It's easy when you know how!
Read more about this resource...
How to make working VR assets for Desktop creators - It's easy when you know how!
A common problem for Desktop users is making CustomUnityAssets that work in VR when they cannot test it and there are no clear explanations of how to do it, but it's actually very easy so here we go:
1. Enable Single Pass Stereo
This is the most common problem, without Single Pass rendering the same image will be drawn to each eye so there is no perception of depth.
In your Unity project open Player Settings by clicking Edit > Project Settings...
Read more about this resource...