Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: itachi11 on April 21, 2015, 04:58:11 AM
-
Hi everybody
When I run my app, the UI repeat itself until covering all the screen. The weird thing is that behaviour is only shown in Android devices running the version 4.4.2. I have checked the log messages of the Android device, and it is not showing anything to be worried. I checked the messages of the unity console, while the app is running in the Android device, by means of the asset "Log viewer", however it not showing neither any warning message nor error message.
Here are the specs:
- Mac os 10.9.5
Unity 5.0.1f1
NGUI 3.8.2
Android 4.4.2
The first image show how the UI should be shown. The second image show the UI with problems.
(http://s27.postimg.org/ylbp5vcj7/regular_UI.png)
(http://s2.postimg.org/58cwotnjd/bug_UI.png)
Any guess about what could cause the problem?.
Thank in advance, best regards.
-
Check your camera's clear settings. You don't have any cameras clearing color, only depth.
-
Thank you very much ArenMook, I didn't realise about the camera parameters. I have just set the Clear Flag as Skybox, and everything works as expected.