VR and Non VR conversion
How easy it is to convert written VR game to non-VR? what about vice versa?
Answer by ismaelnascimento01 · May 26, 2017 at 07:03 PM
For converter in VR, set it in your scene: https://developers.google.com/vr/unity/ About Game VR for Game Normal, only testing.
Answer by abdulthegamer · Jun 09, 2017 at 03:42 AM
It's just two lines of code if you are using Google VR package.
To enable or have VR mode - GvrViewer.Instance.VRModeEnabled = true;
To disable VR mode or have Non-VR mode -
GvrViewer.Instance.VRModeEnabled = false;
Your answer
Follow this Question
Related Questions
Build error for gear vr app involving manifest in mac os 1 Answer
VR: Block players sight with moving black dot. 0 Answers
SteamVR loading screen/compositor showing up buggy (white walls) 1 Answer
Iphone as a Web Camera VUFORIA 2 Answers
What is the best way to find direction between two objects? 0 Answers