Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: cheuksh on May 06, 2012, 04:56:38 AM

Title: weird behavior on android device
Post by: cheuksh on May 06, 2012, 04:56:38 AM
To replicate, simply add a new ui, add a new label in the panel. It works and look fine in the unity game preview, but if you build and run in a real device, the screen seems duplicated (tiled) automatically. (see my screenshot)

Please notice even the wording development build is also "tiled"
Title: Re: weird behavior on android device
Post by: ArenMook on May 06, 2012, 08:51:07 AM
You need to clear your screen. Select the camera and set the clear flags to "color".
Title: Re: weird behavior on android device
Post by: cheuksh on May 06, 2012, 01:46:53 PM
It is fixed!!! thx a lot!!