-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Since there have been a couple of issues people encountered when migrating from bevy_butler to bevy_auto_plugin, I figured I'd create a tracking issue so other people can have a bird's-eye view of any open issues that may affect their migration.
I apologize for any inconvenience. I'll set aside some time to work on a migration guide as a way to help me identify any other holes that might exist.
- Support for OnEnter schedule in auto_add_system #29
- System configs don't let you call functions #32
- Let system configs be declared multiple times? #33
- (no issue yet)
PluginGroups
Shout out to @TGRCdev for their original code in bevy_butler, which inspired the more intuitive global mode implementation here (using linkme/inventory). Even though the code was already open-source, they still gave me their blessings to integrate a similar approach. They even suggested using darling, which cut down on a lot of boilerplate for macro parsing logic.