Hi,
I have some properties on the material used by the Sprite that I would like to change by code, but I am not sure where to get the material used by the sprite.
The sprite.material returns the sharedMaterial but that would change all the sprite used by the same material which is not what I want.
How should i implement this?