You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling remove_and_skip removes children too, if they don't have a set owner
Even if the current node have a parent
Steps to reproduce
Add a parent node
Add a target node
add_child its children
remove_and_skip the target node, its children gets removed too
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
LoneDespair
changed the title
remove_and_skip deletes the node when the owner is null
remove_and_skip removes the children when their owner is null
Jan 18, 2022
Godot version
3.3.3.stable
System information
Windows 10
Issue description
Calling remove_and_skip removes children too, if they don't have a set owner
Even if the current node have a parent
Steps to reproduce
Add a parent node
Add a target node
add_child its children
remove_and_skip the target node, its children gets removed too
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: