jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.12k stars 166 forks source link

Bevy 0.9.0 Issue #98

Closed andgordio closed 1 year ago

andgordio commented 1 year ago

App::new().add_plugin(WorldInspectorPlugin::new()) throws the trait bound 'WorldInspectorPlugin: Plugin' is not satisfied on my machine. I assume this is due to the updated Plugin API. Does anyone else have issues with the new Bevy release?

-- bevy 0.9.0 inspector 0.13.0 m1 mac new to rust and bevy

jakobhellermann commented 1 year ago

I haven't updated the crate to bevy 0.9 yet but will do so in the next few hours.

jakobhellermann commented 1 year ago

bevy-inspector-egui 0.14 is released