Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: johnessy on January 22, 2013, 12:23:29 PM

Title: UIPanel.LateUpdate()
Post by: johnessy on January 22, 2013, 12:23:29 PM
Hi there, In our scene we have 9 panels all for there own part of the menu. When we open the profiler we are getting 20% usage by UIPanel.LateUpdate(), How can we reduce this as we are building for the iphone?
Title: Re: UIPanel.LateUpdate()
Post by: johnessy on January 22, 2013, 12:24:29 PM
Our build crashes but only after adding NGUI?
Title: Re: UIPanel.LateUpdate()
Post by: ArenMook on January 22, 2013, 09:03:07 PM
Turn off stripping. Stripping causes crashes as far as I know.

The less stuff you have changing (color / position tweens, rotations, etc), the better will be the performance. Isolating changing things in their own panels will also improve performance. Search this forum, there are many threads on how to improve performance.
Title: Re: UIPanel.LateUpdate()
Post by: Nicki on January 23, 2013, 03:36:32 AM
You can strip assemblies, but I don't think you can deeper than that.