Y Sort?
How we handle Z Order in our isometric game Our game looks 3D, but it is actually 2D. All characters and environmental objects are really sprites. We simulate a 3D world by defining isometric collision shapes (red areas in the image above) in the shape of the “footprint” of the objects. The player character itself also has a footprint. When the footprints collide, the player cannot pass the object. ...