jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.18k stars 173 forks source link

World inspector: Show entities IDs even when a name is present #161

Closed Azorlogh closed 9 months ago

Azorlogh commented 10 months ago

It would be very useful for debugging purposes to include the Entity's index & generation besides the name in the default world inspector.

rparrett commented 10 months ago

This would be nice.

For context, I am trying to find a particular named entity in a huge list of entities with the same name, and I have its entity id. If I remove the names, I now have to wade through every other unnamed entity to find it.