I have a very basic shader (new to shaders!), it takes in an int variable and uses logic to set the colour. Technically it works, but all the sprites are set to the colour of the last one set in code.
Is there a way to set each sprites colour independently using a single shader, or will I be reassigning materials?
Cheers
EDIT:
Something like set_SELF_shader_param?