googlevr / gvr-unity-sdk

Google VR SDK for Unity
http://developers.google.com/vr/unity/
Other
2.71k stars 1.09k forks source link

[Question] Is there a way to use the controller without displaying two eyes #1066

Open RemyVRC opened 4 years ago

RemyVRC commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

The controller for the cardboard view works really well for looking around, but not all of my users will have a cardboard. Is there a way to turn off the cardboard view that uses 2 eyes (cameras), so that the controller can be used for looking around with just a single camera as a handheld device completely? (I believe it is called magic window)

setting XRSettings.enable = false will get rid of the overlay and double eyes view. however the overlay will still be shown for a couple of seconds when starting up, before you can set that setting to false. Can it be suppressed completely?

HARDWARE/SOFTWARE VERSIONS