2D sprite: layer issue

After I save and exit, and then re-open the project, the layer of sprite displays in incorrect order. How make this happen?

BTW, I’m using 5.3.

Here’s my sprite displays and in the Hierarchy View.

62005-1.png

62006-2.png

Have a look at this tutorial which will tell you all about Sprites:

Sprite Renderer

There’s a particular order of drawing sprites:

  • First sorted by sorting layer
  • Second sorted by order in layer
  • Third sorted by z position relative to the camera