- Update to Bevy 0.15
- Add
SequentialActions
marker for required components - Add skip amount in
ModifyActions::skip
- Add multiple actions with a tuple
- Removes
add_many
asadd
can now be used instead
- Removes
- Add cleanup of actions for despawned agents
on_stop
,on_remove
andon_drop
in theAction
trait
now takeOption<Entity>
foragent
in order to respond to despawns- Replaces all unwraps with logging
- Adds
on_remove_hook
andon_remove_trigger
for bothCurrentAction
andActionQueue