Topic was automatically imported from the old Question2Answer platform.
Asked By
GrandNecro
Im trying to follow a tutorial right now and they’re using GodotV3. I’m using GodotV4. The video showed the guy inserting a YSort node, but I cannot find that in Godot4 anywhere. Did it got moved or renamed?
At the time the above Answer was posted, the y_sort_enabled property was indeed associated with Node2D. However, the functionality was moved to CanvasItem when this PR was merged in November of 2022.