jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.15k stars 169 forks source link

Works with bevy_mod_picking? #60

Closed gilescope closed 2 years ago

gilescope commented 2 years ago

The bevy world inspector is excellent and has helped me out of a few holes already. I would love to use the standard inspector with the bevy mod picking. Is there a way to hint to the inspector what it should be inspecting? ( https://docs.rs/bevy_mod_picking/latest/bevy_mod_picking/ )

gilescope commented 2 years ago

Ah wait I see this:

https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/examples/mouse_picking.rs.disabled

Let me see if that gets me going...

gilescope commented 2 years ago

Yeah got that working.