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
* Refactor despawns
- Track despawns using observer.
- Move to `server` module since it's very tiny.
* Move `buffer_removals` to `server` module
Place it alongside other systems.
We don't need it to be a plugin, users can't toggle it.
Also simplifies unit tests.
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Update to Bevy 0.16.
19
19
- All serde methods now use `bevy::ecs::error::Result` instead of `postcard::Result` for more informative errors.
20
20
-`AppRuleExt::replicate_mapped`, `RuleFns::default_mapped` and `default_deserialize_mapped` now deprecated. Entities inside components now mapped automatically, use methods without `_mapped` prefixes.
21
+
- Use an observer instead of a system to track despawns.
0 commit comments