Top-down 2/2.5D template with sorting objects by depth

I would like some help if you can!
Looking through your project, I cannot understand how you are making the objects appropriately appear in front of or behind each other when using an orthographic projection.

So far my understanding was that it is necessary in this projection to update the z position of each object according to its y position (for example). But in your project I cannot see you doing that anywhere.

This yz approach has been causing me some performance headaches, so I’m very intrigued to know if there’s a better alternative I’ve been missing out on :sweat_smile:

1 Like