googlevr / gvr-unity-sdk

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

DemoScene go Blank Screen on Unity 5 #28

Closed Tony607 closed 9 years ago

Tony607 commented 9 years ago

The screen stay dark after the splash screen.

Test conditions, Unity 5.0.0.0f4 Pro Android device: HTC one M9 stock 5.0.2 Cardboard unity SDK version v0.4.9

Same project works on Nexus 5(Android version 5.1) but not the HTC one M9 It works on both devices if build in Unity 4.6 Pro.

The logcat logged this error message when starting E/libEGL(10920): call to OpenGL ES API with no current context (logged once per thread)

Tony607 commented 9 years ago

Never mind, I got it working when set the Graphics Level in Unity to "Force Open GL ES 2.0".