/IsometricSorting

A Unity Project with a solution to solve Isometric Sprite Sorting.

Primary LanguageC#MIT LicenseMIT

Isometric Sprite Sorting

A Unity Editor script that sorts the sprites in a scene in a Isometric perspective.

How to use this asset

  • Go to Window, and at the very bottom press "Isometric Sprite Sorting", this will open up the editor tool. (You should dock it to your layout)
  • Once you are happy with your current sprite placement select the appropiate Layer and press the "Sort Sprites" button.
  • After that, for all the dynamic sprites (The ones that will be moving through the world), drag and drop the script component "Isometric Sprite".
  • Repeat this process as necessary.
* You can also delete (or modify) everything in the DemoExtras, is not necessary for the sprite sorter.

Credit

This asset is completely free for anyone to use. (MIT License)

Credit is not necessary but very appreciated.

There is also a link for donations at my website if you feel generous.

If you got more questions, I made an In-Depth article at: https://codeartist.mx/tutorials/isometric-sorting

Feel free to expand this project if you desire using this repository.


Rodrigo Fernandez Diaz