We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am using the WorldInspectorPlugin like this:
WorldInspectorPlugin
#[cfg(debug_assertions)] app.add_plugins(WorldInspectorPlugin::new());
Started seeing these errors:
Could this be related to my code?
Edit: using bevy-inspector-egui = "0.21"
bevy-inspector-egui = "0.21"
The text was updated successfully, but these errors were encountered:
I also started seeing these after upgrading a random old toy project from bevy 0.7.
Super simple cargo
[dependencies] bevy = {version = "0.12.0"} bevy_egui = "0.23" bevy-inspector-egui = "0.21" rand = "0.8.5"
I'm spawning a grid of entities under a parent entity and it seems that the inspector id clashes only start to show up when the grid is >= 13*13
Sorry, something went wrong.
also seeing this for a big grid
No branches or pull requests
I am using the
WorldInspectorPlugin
like this:Started seeing these errors:
Could this be related to my code?
Edit: using
bevy-inspector-egui = "0.21"
The text was updated successfully, but these errors were encountered: