Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
JoseGuya's avatar
JoseGuya
Explorer
9 years ago

Graphics artifacts after returning from plataform menu in Gear VR

I'm having a lot of graphic artifacts after returning from the Plataform Menu and the quit confirmation menu in Gear VR. I'm using the OVRPlataformMenu.cs script attached to the main camera (not the prefab provided by oculus). AA is off. 

Currently developing in OSX 10.11.4, Unity 5.3.4p1, OVRPlugin 1.3.2 and Unity utilities 1.3.0.

 Does anyone had this same problem?

3 Replies

Replies have been turned off for this discussion
  • vrdaveb's avatar
    vrdaveb
    Oculus Staff
    What kinds of artifacts? Can you share the output of "adb logcat" after running the app and reproducing the problem?
  • Fixed it myself. Some texture was set as "skybox", change it to Unlit and it worked.