Sorting Layer And Sorting Group For 2D Games In Unity 3D
When building on 2D games with Unity3D, one common issue that we will be dealing with is the sorting the layer of the sprites. In the common way, we can use Sorting Layer and Order in layer to solve most of the 2D game sorting issues. You can find the sorting layer and order in the Sprite Renderer component …
Sorting Layer And Sorting Group For 2D Games In Unity 3D Read More »