is there any meaningful difference between using a sprite renderer vs using a simple quad made of 4 vertices and 2 triangles?
if yes what are the differences?
here is some things that i find relevant:
1 - sprite displays a sprite and quad displays a texture
2 - sprite renderer can be ordered by order in layer and sorting group
3 - sprite renderer can be used with sprite mask
is it the only difference that it is more compatible with other specific 2d features?