Currently 2D global lights allow to pick only one color, I’d like to retain all of the light’s functionalities but instead of having one color, I’d like to use gradients (of 2 or 3 colors).
Should I extend the Light2D class or should I use Shader Graph to modify the 2D light texture (my attempts with the latter didn’t really work) ?