1
NGUI 3 Support / UIRect.alpha not work with Unity's Animation Editor(UAE) anymore
« on: February 12, 2014, 10:02:47 PM »
Early 3.0.x version I still can use Unity's Animation Editor(UAE) to animate the UIRect.alpha.
But latest version of 3.0.x and 3.4.x version the UIRect.alpha no longer can update by UAE.
It show it work in UAE. But when you play it in the playing mode. the alpha cannot update anymore.
I found out because UAE only set directly to the mAlpha attribute not through the property setter.
So the SetDirty cannot be called. I don't know why 3.0.x early version can work.
Can help us to fix this? Still are big feature and most easy way to handle window transaction by UAE. rather then use NGUITweenXXX
But latest version of 3.0.x and 3.4.x version the UIRect.alpha no longer can update by UAE.
It show it work in UAE. But when you play it in the playing mode. the alpha cannot update anymore.
I found out because UAE only set directly to the mAlpha attribute not through the property setter.
So the SetDirty cannot be called. I don't know why 3.0.x early version can work.
Can help us to fix this? Still are big feature and most easy way to handle window transaction by UAE. rather then use NGUITweenXXX