jakobhellermann / bevy-inspector-egui

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

Rename WorldInspectorPlugin into EntityInspectorPlugin #120

Closed Shatur closed 1 year ago

Shatur commented 1 year ago

Since now we have ResourceInspectorPlugin I think it will be more consistent to rename WorldInspectorPlugin into EntityInspectorPlugin. Because world also contains resources.

jakobhellermann commented 1 year ago

Well the WorldInspector also shows resources and assets: https://github.com/jakobhellermann/bevy-inspector-egui/blob/720324d69ebd359f39bbb9bcbaaf224b52b4ec7f/crates/bevy-inspector-egui/src/bevy_inspector/mod.rs#L88

Shatur commented 1 year ago

Oh, it's a nice addition, I missed it!