mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
e8b28547bf
# Objective - Dynamic scene builder can build scenes without components, if they didn't have any matching the type registry - Those entities are not really useful in the final `DynamicScene` ## Solution - Add a method `remove_empty_entities` that will remove empty entities. It's not called by default when calling `build`, I'm not sure if that's a good idea or not. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |