Skip to content
New issue

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

Widget ID clashes #160

Open
muhuk opened this issue Nov 15, 2023 · 2 comments
Open

Widget ID clashes #160

muhuk opened this issue Nov 15, 2023 · 2 comments

Comments

@muhuk
Copy link

muhuk commented Nov 15, 2023

I am using the WorldInspectorPlugin like this:

    #[cfg(debug_assertions)]
    app.add_plugins(WorldInspectorPlugin::new());

Started seeing these errors:

image

Could this be related to my code?

Edit: using bevy-inspector-egui = "0.21"

@cjbehm
Copy link

cjbehm commented Nov 15, 2023

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

@valyagolev
Copy link

also seeing this for a big grid

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants