I can not seem to find a way to set the anchor of my tilemap for sorting.
I don’t want to sort individual tiles, but rather sort by chunk.
It seems like the anchor point for sorting is set correctly:
When set to sort by chunk, the anchorpoint seems to be placed right, but the sorting is way off, as shown in the video:

I want the player to sort at the bottom of the tilemap… Does anyone know how to go about it?
Thank you in advance.
Some more information:
-
Yes, I have selected custom sorting axis to sort by the y-axis.
-
Yes, the players anchor point is at the bottom of his feet.