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 writing via log::error!, or if bevy::log::LogPlugin is not enabled, stderr.
Structs§
- Panic
Handler - Bevy plugin that opens a popup window on panic & logs an error
- Panic
Handler Builder