Hello,
I've got a button that I'm trying to animate into a position when I click it, and then animate back to the original state when I click it again (toggle button). From my research, it seems that the suggested way to do this is UIButtonPlayAnimation. I have set up my button with a UIButtonPlayAnimation, filled the Animation reference in the inspector with my animation (simply scale the button down), and set it to trigger on OnClick (also tried OnPress and OnHover), but the button never seems to animate.
The animation is residing in an otherwise empty GameObject, and it is the child of the button that I'm trying to animate (emulating the Quest Log example).
The default OnHover color change for the button is working.
Any ideas on what I can try to see why this isn't working?