Hi everyone!
I’m trying to create a sprite background with a texture wrap mode - the default behavior of Unity when scaling a SpriteRenderer is to distort the image, which is not what I want.
I’m almost sure this is related with the UV coordinates of the SpriteRenderer’s quad - any idea how I can modify them? (via scripting or anything similar)