Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: LorDAlcatraZ on February 23, 2014, 02:31:21 PM

Title: NGUI UI Disappears and Showing some artifacts
Post by: LorDAlcatraZ on February 23, 2014, 02:31:21 PM
Hi guys,

The UI of the game disappears on game start. Scene got loaded perfectly but after 5-6 seconds, its getting disappeared. Also some artifacts are showing up on the screen when UI gets disappeared. i.e some glitchy images of my atlas are appearing. Half of my problem is similar to this post: http://www.tasharen.com/forum/index.php?topic=8197.0 but no solution is given to this post. Please help in this regard.

Thanks.
Title: Re: NGUI UI Disappears and Showing some artifacts
Post by: MiraiKuma on February 23, 2014, 02:53:49 PM
I had that too on android. If you are on android, set render q to explicit and it fixed me up. Now I can't get my font to display, using NGUI or unity.

Edit: The explicit worked for me. To fix my flashing font, I disabled multithreded rendering. It also got rid of a stuttering problem.
Title: Re: NGUI UI Disappears and Showing some artifacts
Post by: LorDAlcatraZ on February 23, 2014, 03:07:16 PM
What's the exact value of the RenderQ you used?
and
How do you disable Multi-threaded rendering?
Title: Re: NGUI UI Disappears and Showing some artifacts
Post by: ArenMook on February 23, 2014, 06:02:41 PM
Edit -> Project Settings -> Player, Android tab, under "Other Settings".

Multi-threaded rendering is bugged and should never have shipped.
Title: Re: NGUI UI Disappears and Showing some artifacts
Post by: LorDAlcatraZ on February 24, 2014, 03:23:28 AM
Thank you very much all for your help and support. Its working fine now. I have disabled multi-threaded rendering. Thanks a bunch.