Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mindlube on June 12, 2013, 11:52:33 AM

Title: UIButtonRotation not working? (NGUI 2.6.2)
Post by: mindlube on June 12, 2013, 11:52:33 AM
Hi, I have added UIButtonRotation component to a UIButton gameobject.
When I play the scene, I can see the TweenRotation is getting added to the sprite, but no rotation occurs. Is this working in the current version? Any example scenes showing what I might setup wrong?
Title: Re: UIButtonRotation not working? (NGUI 2.6.2)
Post by: ArenMook on June 12, 2013, 01:17:44 PM
Select your panel and remove the "static" flag from it.
Title: Re: UIButtonRotation not working? (NGUI 2.6.2)
Post by: mindlube on June 12, 2013, 02:08:15 PM
I verified that Static is turned off on the UIPanel...
Title: Re: UIButtonRotation not working? (NGUI 2.6.2)
Post by: mindlube on June 12, 2013, 02:24:04 PM
I worked around the issue with just doing UIButtonPlayAnimation instead.