4
\$\begingroup\$

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?

\$\endgroup\$
1
  • \$\begingroup\$ I haven't tested this but it look like the support is in the API, check out this page. docs.unity3d.com/ScriptReference/VR.VRSettings.html \$\endgroup\$ Commented Jun 19, 2015 at 19:52

1 Answer 1

3
\$\begingroup\$

To enable VR for your game builds and the editor, set the “Virtual Reality Supported” option in Player Settings.

This means you can activate it via the PlayerSettings either via the UI or via Script.

PlayerSettings.virtualRealitySupported = true;

Unity wrote a manual about VR in general. http://docs.unity3d.com/Manual/VROverview.html

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.