jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.1k stars 164 forks source link

Can't see Resource in WorldInspector #193

Closed DasLixou closed 3 months ago

DasLixou commented 3 months ago

I register the type and init the resource before adding the world inspector but still it doesn't show up there. I feel a little bit stupid but I can't find any docs for what I have to do in order for it to be shown there so I thought that I'll just make an issue

jakobhellermann commented 3 months ago

Are you missing the #[reflect(Resource)]?