Hey,
I’m looking for a possibility to set the values of an UI animation via variables.
For example, this color change here:
I want to set the variables once in the application (for example via a scriptable object) and then re-use it in multiple animations.
The goal is, to have UI controls like buttons, dropdown and Co in the same look and feel - but not “hard coded” in the animations. If I want for example play around with the “highlight color”, I need to update all control animations manually.
The only thing I can think about: Manually code it - but I’m not sure how this will work for the controls. Currently, I’m using transition: Animation
I am grateful for any help!

