So I have a few tilemaps each in their own respective layer, one for walk-through tiles and one for collisions, etc. My question is if there's a way to have a tilemap in a layer where if an object moves above(behind) the tiles in the tilemap, his zlayer moved behind it. And if the object is below(in front) of the tile he'll move in front of it. I know this is easily doable with one object in relation to another but is there any way to have this apply to all tiles individually in a tilemap?