googlevr / gvr-unity-sdk

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

Canvas Menu's not displaying anymore. #248

Closed whizzkid closed 8 years ago

whizzkid commented 8 years ago

STR: create new project, import googleVR package, open GoogleVR/DemoScenes/HeadSetDemo/DemoScene run it.. look at the floor. no menu there.

It will appear when you turn off VR mode in GvrMain. but usually you want to see it in VR mode.

nathanmartz commented 8 years ago

This is a known bug in Unity in the interaction between render textures and their UI system. I'm sorry but there's nothing we can do to fix it as it's not a problem with the SDK proper.

smdol commented 8 years ago

Unity 5.3.4f1 and earlier do not have the problem.

whizzkid commented 8 years ago

a note in the comment in the code or readme would be very helpful. it would've saved me a lot of time trying to figure out what was wrong.

smdol commented 8 years ago

It's posted here: https://developers.google.com/vr/unity/release-notes#known_issues

momo-the-monster commented 8 years ago

This is fixed in 5.3.6, let's hope that's released soon!