You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
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?