Strange issue with y-sort

Godot Version

4.4

Question

Y sort is not doing anything to the sprites.
Repro steps:

  • Make two Sprite2Ds.
  • Enable y sort on both.
  • Drag them above and below one another.
  • No Y-sorting occurs.

Can you post a picture of your scene tree? Is y-sorting enabled for the parent scene holding both Sprite2Ds? I suspect there might be a misunderstanding on what enable y-sort does.

The main game had it off, thanks!

1 Like