Any sprite depth sorting?

Is there any built in way to turn on sorting sprites by depth?

cc @Evgeni_Popov

There’s currently no depth sorting for sprites (I think for performance sake), but PRs are always welcome!

2 Likes

For now I’m just mapping the y position to the z for depth sorting and it works well.

1 Like