Hi,
I’m very new to Unity and game development in general so apologies if this is an obvious issue.
I’m creating an isometric map as the one below. The green tiles sit on a Tilemap with sorting layer “A” and the clay colored tiles sit on another Tilemap with a sorting layer “B”.
My problem is that I’m trying to place additional tiles on top of the clay colored ones, to create a third layer, sort of speak but am unable to do so. Not with an additional Tilemap nor another sorting layers.
Can someone please advise what I’m missing here?