Hi,
Is there any way to set the sort order for individual tiles in the tilemap? More specifically, I’m looking for a way to set the sort order by getting the Y axis location of the tile so when an object is standing in front of wall tile (lower Y pos), it renders above the tile and when standing behind the wall (higher Y pos), object gets rendered behind the wall tile. It seems that Order in Layer variable is located on Tilemap Renderer but that affects every single tile in that tilemap equally which means all my wall tiles are going to have same layer ordering no matter where they are placed.
Thank you!