New
v0.13.0
0.13.0 (2025-11-03)
⚠ BREAKING CHANGES
- upgrade to bevy 0.17 (#372)
Features
Bug Fixes
- address lifetime lints and use Level lifetimes in LoadedLevel methods (#364) (7af1c03)
- depend on Respawn component instead of children to determine whether levels should be spawned (376d0db)
- only generate the worldly_set once per frame and only when spawning. (#367) (ac3b05e)
- reduce the number of commands issued when inserting/spawning (#366) (392d9f5)