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.
4.4
Y sort is not doing anything to the sprites.
Repro steps:
Can you post a picture of your scene tree? Is y-sorting enabled for the parent scene holding both Sprite2D
s? I suspect there might be a misunderstanding on what enable y-sort
does.
The main game had it off, thanks!