Pablo Reinhardt
Pablo Reinhardt
Merging #10342 would be the ideal solution to this problem, enabling and disabling only the debug lines in specific.
Found a new panic, for now #11420 is blocking.
Hmmm, dont quite get the Dependencies error, didn't changed anything in dependencies...
Got it, thanks. Well, I'll open this PR for review, everything is working on new updates.
Forgot to say: Due to the limitations with windows of bevy_gizmos, I limited this tool to the primary window only, I don't have any idea in particular of how to...
I'll throw it in a draft until I move this to the new `bevy_dev_tools` (see #11341)
I removed the feature from top level features. Added `bevy_ui_debug` as a feature of bevy_dev_tools, and now you have to add the plugin yourself, like in the example, but I'm...
> Hmm, if we add a dev-dependency on `bevy` in the `bevy` `Cargo.toml` with `bevy_debug_tools` enabled does that work? > > This may still be better, as it prompts users...
> You added a new example but didn't add metadata for it. Please update the root Cargo.toml file. Third time in this PR.
While at it, is it a good Idea to add tests for testing Commands::run_system and Commands::register_system in system_registry.rs?