I am creating a 2d game in unity and I am using hundreds of sprite game objects to represent my terrain.
However, the thing is, I only ever see 1 side of a texture during gameplay, but I am rendering both sides when using sprites.
Side that player sees:
Another side that renders, but player won't ever see it:
So my question is: Should I use quads and texture only 1 side instead?