bevy/crates/bevy_app/src
Nick 11b3525065 Fix misleading documentation of Main schedule (#18579)
# Objective

Fixes #18562.

## Solution

- Specified that `StateTransition` is actually run before `PreStartup`.
- Specified consequences of this and how to actually run systems before
any game logic regardless of state.
- Updated docs of `StateTransition` to reflect that it is run before
`PreStartup` in addition to being run after `PreUpdate`.

## Testing

- `cargo doc`
- `cargo test --doc`
2025-03-28 23:33:00 +01:00
..
app.rs Unify and simplify command and system error handling (#18351) 2025-03-18 21:18:06 +01:00
lib.rs Add no_std support to bevy (#17955) 2025-03-07 03:39:46 +00:00
main_schedule.rs Fix misleading documentation of Main schedule (#18579) 2025-03-28 23:33:00 +01:00
panic_handler.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
plugin_group.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
plugin.rs Update downcast-rs to version 2 (#17223) 2025-01-07 21:33:40 +00:00
schedule_runner.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
sub_app.rs Unify and simplify command and system error handling (#18351) 2025-03-18 21:18:06 +01:00
task_pool_plugin.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
terminal_ctrl_c_handler.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00