Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Lotti on December 30, 2013, 07:39:56 AM

Title: tweenalpha broken on 3.0.8
Post by: Lotti on December 30, 2013, 07:39:56 AM
it requires UIRect that is abstract.

What is the bugfix to this problem? We used UIWidget instead of UIRect and all seems to work.

Thank you.
Title: Re: tweenalpha broken on 3.0.8
Post by: ArenMook on December 30, 2013, 12:59:43 PM
UIWidget derives from UIRect. So does UIPanel. TweenAlpha can tween either of them. You must call TweenAlpha on the object that has either of them attached.

You can optionally remove the [RequireComponent] line above the TweenAlpha's class definition. I'll remove it on my end for the next release.
Title: Re: tweenalpha broken on 3.0.8
Post by: Lotti on January 11, 2014, 10:59:45 AM
thank you :)