I’ve tried to make 2.5d effect using TileMapLayer, but there’s one problem with a lower tiles is on top of a higher ones. This leads to this…
This thing happens because I’ve changed tile size from 128x128(basic tile size) to 128x96(tile size without that top part). Is this possible to put lower tiles under higher,not above?
Z-index also didn’t help and lead to this.
Have you tried to use y-sort?
Just tried. It didn’t work. I’ve enabled y-sort in tilemap and tried various numbers,but nope. maybe its because there’s only one tilemap, but I’m not sure.