-
- Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
Milestone
Description
https://docs.rs/bevy/0.15.3/bevy/prelude/struct.EntityWorldMut.html#method.remove_children was removed in 0.16. The release candidate migration guide https://bevyengine.org/learn/migration-guides/0-15-to-0-16/#remove-various-structs-that-implemented-command mentions a .remove_children existing on EntityCommands, but I don't see it in the docs https://docs.rs/bevy/0.16.0-rc.4/bevy/index.html?search=remove_children
https://docs.rs/bevy/0.16.0-rc.4/bevy/prelude/struct.EntityWorldMut.html#method.replace_children_with_difference seems to be the answer, but requires some additional manual work to reproduce the behavior of remove_children, this should be documented in the migration guide.
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior