What _precisely_ should be done to enable the desired behavior here?
Hi Mike,
We're still not seeing how this is supposed to work to have both Scale on Hover (UIButtonScale) & an arbitrary Tween Scale (e.g. for highlighting the button to the user, as in during a tutorial).
In our example, we have:
- UIButton with a UIButtonScale and a TweenScale (yes, this is the obvious conflict).
-- Button Background
To fix this, precisely where to put the UIButtonScale & where to put the TweenScale to achieve the desired result?
And if they are on children, as i think you suggested, how is the button root (UIButton) supposed to receive the tween info? Do we need to add a event forwarder or...? And an additional collider too?
Unlike UIButtonScale, TweenScale doesn't have a tweenTarget property. And of course UIButtonScale doesn't t have a Tween Group property.
So, it feels like it's all over the place / inconsistent.
Basically, can you be more specific please, using precise class names, etc.?
Thanks.