- Home /
Rendering problem on Android
I'm having trouble with the app running on Android. I don't know if this is happening just on the Android, or on the Android 5. It's like a rendering bug, but I don't know exactly where it happens. I'm using the Unity UI. The screenshot below shows what is happening.
Having similar problem here: http://answers.unity3d.com/questions/998943/unity-new-ui-render-problem-on-android.html
Answer by Tumtable · Jul 11, 2015 at 11:01 PM
Solved! I was using multiple câmeras and none of them was clearing the flags. I figured out that at least one camera must clear the flags, so if someone is having this problem too, try to use a single camera, or, at least, set one of them to "Solid Color". =]
Good to know that you solved it. $$anonymous$$ost of the time, mobile GPUs can't handle more than one camera and that's why you get "pixel soup" like the above. :)