Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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!
-
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:
- Remove "Animator" component from game object.
- Add "Animation" component to game object.
- Associated recorded animation which was originally used with animation controller.
- Selected animation asset using the project window.
- Put the inspector into "Debug" mode.
- Changed the animation type from "2" to "1" (legacy mode).
- Put the inspector back into "Normal" mode.
- Fixed.
-
Sounds like a glitch you should report to Unity. Although I'd suggest creating a repro case without NGUI in it.