Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: laurentl on May 23, 2013, 04:12:35 PM
-
https://www.youtube.com/watch?v=TFSiCsTwX1A
this is the hierarchy
parent (animation component)
uitexture
-
Remove the "static" checkmark from your UIPanel.
-
you're my hero
-
what if you are sure that UIPanel is unchecked as static and the animation is still not playing?
-
What is animated? If you're animating private member variables, such as "MColor", it won't work. You need to use appropriate tweens instead (such as TweenColor), or an intermediate script, such as AnimatedColor.