# Objective - Fixes https://github.com/bevyengine/bevy/issues/7412 - Fixes https://github.com/bevyengine/bevy/issues/7576 ## Solution - Add a setup function to app, so users can call the plugin `setup` methods before calling `update`. ## Changelog - add a setup function to app |
||
|---|---|---|
| .. | ||
| app.rs | ||
| ci_testing.rs | ||
| lib.rs | ||
| plugin_group.rs | ||
| plugin.rs | ||
| schedule_runner.rs | ||