jakobhellermann / bevy-inspector-egui

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

Change component level errors to continue to next component #113

Closed BrysonMcI closed 1 year ago

BrysonMcI commented 1 year ago

Any component which errored (which includes all third party which are not registered to the TypeRegistry) would cause iteration to terminate early and leave out the rest of the components from the inspector.

It now looks like: image

instead of: image

I didn't see any contributor guidelines, so let me know if there's anything more needed.