Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kruncher on December 13, 2013, 09:26:28 AM

Title: Animation seems to skip to end on iPad1
Post by: kruncher on December 13, 2013, 09:26:28 AM
Hey guys

I have several animated NGUI object hierarchies which play perfectly on the desktop. But on my iPad1 the animation seems to instantly skip all of the keyframes and appear in the final stage. This happens instantly, there is no lag or drop in FPS.

My animation is triggered simply by enabling the root GUI object. The animator component (as per default) automatically plays the animation from the start each time the game object is enabled.

Any ideas as to why this is happening? or things to look for?

Cheers!
Title: Re: Animation seems to skip to end on iPad1
Post by: kruncher on December 13, 2013, 10:54:50 AM
I have changed to using the legacy animation component and this resolves the issue for me. I am sure that this should work with the new system, but it doesn't.

Steps I performed to resolve this:
Title: Re: Animation seems to skip to end on iPad1
Post by: ArenMook on December 13, 2013, 12:52:58 PM
Sounds like a glitch you should report to Unity. Although I'd suggest creating a repro case without NGUI in it.