Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: itachi11 on April 21, 2015, 04:58:11 AM

Title: UI its show several times instead of just one time
Post 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:

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.
Title: Re: UI its show several times instead of just one time
Post by: ArenMook on April 22, 2015, 01:58:42 PM
Check your camera's clear settings. You don't have any cameras clearing color, only depth.
Title: Re: UI its show several times instead of just one time
Post by: itachi11 on April 22, 2015, 09:52:38 PM
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.