Translucent sprites ignore depth(y-order)

Hey distul,

This is occurring because you have now adjusted the root of the Sprite which is using that as reference for determining the Depth Order instead of the default Scene root component. If you want to set up depth sorting for your sprites, be sure the ones you wish to sort in order relative to one another, are set up to share the same root.

Cheers,