Author Topic: UI its show several times instead of just one time  (Read 3042 times)

itachi11

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 5
    • View Profile
UI its show several times instead of just one time
« 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.



Any guess about what could cause the problem?.

Thank in advance, best regards.
Let's help each other

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI its show several times instead of just one time
« Reply #1 on: April 22, 2015, 01:58:42 PM »
Check your camera's clear settings. You don't have any cameras clearing color, only depth.

itachi11

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: UI its show several times instead of just one time
« Reply #2 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.
Let's help each other