Skip to content
Compare
Choose a tag to compare
@iiYese iiYese released this 05 Jul 00:08
· 20 commits to main since this release
  • Updated to bevy 0.14
  • Aery can now be reflect thanks to hooks allowing for serialization & use in scenes.
  • Removed TargetEvent & CleanupEvent: Superseded by hooks & observers. Added SetEvent & UnsetEvent triggers.
  • Remove checked_despawn cleanup now uses hooks & regular despawn meaning:
    • You don't have to remember to call a different function.
    • Better compatibility with hierarchy (despawn_recursive also triggers arey cleanup).
    • You don't have to worry about reminding users to call a different function if you're crate author looking to use arey as a dependency.