Hi there, thanks for your reply. How to you do it exactly? I tried to attach a tween scale component to one of my buttons, then I get the component with myButton.gameObject.GetComponent<TweenScale>(); and I call Play() but the animation doesn't play. It seems though that the collider box does animate, but not the sprite of the button.
Thanks