Raffaele Ragni

Results 3 issues of Raffaele Ragni

It seems that during the discussion in the Hub(1), it was found out that the VRAppState is in a bad state. Once attached, it won't cleanly detach anymore. As a...

log config: ```rust let log_plugin = LogPlugin { level: log::Level::INFO, filter: "info,capture_bevy_logs=info".into(), custom_layer: bevy_console::make_layer, }; ``` command used: ```rust use bevy::prelude::*; use bevy_console::{AddConsoleCommand, ConsoleCommand}; use clap::Parser; pub fn init(app: &mut...

This prevents a crash on https://github.com/RichoDemus/bevy-console/issues/76