Currently, it is impossible to utilise multiple UIGradients on UIElements, in particular if one of those UIGradients is disabled.
I have 1 Gradient here, to give a darker appearance at the bottom of the button.
However I wanna be able to do animations with said gradient. So I’d like to be able to disable this gradients effect, and enable a seperate gradient, and use that one for any effects. Then I can disable that one, and re-enable this one.
So the problem is if I have 2 UIGradients, one will always overide the other. Even if the the other one is Enabled, and the other is disabled, the button just shows no gradient