AppExit event not being received in bevy 0.16
Open
A-App
A-Windowing
C-Bug
S-Needs-Investigation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.16.1
My bevy app has a system running in `PostUpdate` which listens to `AppExit` events to run code before the app exits. This was working as expected with bevy 0.15, but after upgrading to bevy 0.16, the system no longer seems to receive any `AppExit` events.
Contributor guide
Assessment
This issue has not been assessed yet.