Is there any built in way to turn on sorting sprites by depth?
There’s currently no depth sorting for sprites (I think for performance sake), but PRs are always welcome!
For now I’m just mapping the y position to the z for depth sorting and it works well.