Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: laurentl on May 23, 2013, 04:12:35 PM

Title: UITexture image not animating when animation component placed on the parent
Post 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

Title: Re: UITexture image not animating when animation component placed on the parent
Post by: ArenMook on May 23, 2013, 09:00:53 PM
Remove the "static" checkmark from your UIPanel.
Title: Re: UITexture image not animating when animation component placed on the parent
Post by: laurentl on May 23, 2013, 09:04:48 PM
you're my hero
Title: Re: UITexture image not animating when animation component placed on the parent
Post by: MKingery on December 16, 2013, 05:20:55 PM
what if you are sure that UIPanel is unchecked as static and the animation is still not playing?
Title: Re: UITexture image not animating when animation component placed on the parent
Post by: ArenMook on December 17, 2013, 12:29:04 PM
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.