Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: shokinhan on June 18, 2013, 09:32:39 AM

Title: UI change very big moment
Post by: shokinhan on June 18, 2013, 09:32:39 AM
When I open window first time, it will change very big one frame. Then the next frame it will change normal!!
Why ?
Title: Re: UI change very big moment
Post by: ArenMook on June 18, 2013, 12:09:55 PM
I am not sure what you mean... A picture would help.
Title: Re: UI change very big moment
Post by: Nicki on June 18, 2013, 02:46:40 PM
A guess would be that you are adjusting the size of UIRoot in an Update and because of execution order, it happens to be later than what's drawing the widgets, so the scale is only corrected the next frame. That's just a guess though.
Title: Re: UI change very big moment
Post by: shokinhan on June 19, 2013, 01:36:20 AM
Localization
UICamera
OtherScript


This is my script order!!