Unity 5.1 has integrated VR, its in the Build Player Settings as a checkbox. I want a startup scene that is not VR, then when the user starts it enables the VR camera. Can I do that?
|
This means you can activate it via the PlayerSettings either via the UI or via Script.
Unity wrote a manual about VR in general. http://docs.unity3d.com/Manual/VROverview.html |
|||
|