Allow multiple UIGradients in a UIElement

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.
image

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

12 Likes

Thanks for your report, we will look into add this.

3 Likes

Hi, we just turned on the support for this.

20 Likes

This is a fantastic change. I’ve been wanting this since gradients came out, haha.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.