I’m currently using different sorting layers for my 2D sprites
But I’m wondering if using the same sorting layer for all sprites and change the z-coordinate of each sprite has any performance or practical advantage over sorting layers?
What if I animate my sprites?