Expand description
A wrapper for panics using Bevy’s plugin system.
On supported platforms (windows, macos, linux) will produce a popup using the msgbox
crate in addition to logging through bevy_log
if the log
feature is enabled.
Structs§
- Panic
Handler - Bevy plugin that opens a popup window on panic & logs an error
- Panic
Handler Builder