Open doonv opened 9 months ago
Upon closing the window, a panic occurs. Saying that the Window entity doesn't exist. This is a bug caused by https://github.com/bevyengine/bevy/issues/11874.
Window
Could it be an option to run the window systems in e.g. PreUpdate instead to avoid the panic? Or to use get_single instead of single as a defensive measure?
PreUpdate
get_single
single
Upon closing the window, a panic occurs. Saying that the
Window
entity doesn't exist. This is a bug caused by https://github.com/bevyengine/bevy/issues/11874.