Jakob Hellermann
Jakob Hellermann
Also is the example render filtered, or are there some systems not counted yet? This looks like it's missing a good amount of systems.
Yea, just copying it and letter checking if it makes sense to extract something shared is what I'd do aswell
> @jakobhellermann is there anything other changes I should make here? sorry no, it was pretty much good to go, I just forgot about it. I've merged it to *main*...
Hm, I'm trying to remember why I did things this way. I think it had to do with the fact, that only after running the app once, the system information...
Some changes in bevy seems to have changes it so that even with the current implementation of sending `AppExit`, no window has to get opened. So I'm gonna close this...
The `||` is actually correct, the root cause of this problem is https://github.com/mvlabat/bevy_egui/issues/272
Hm no, that's currently not possible. Do you want to change the names for only the inspector, or just of the reflection in general? If the latter then this should...
I've rewritten the code a bit and merged the PR as https://github.com/jakobhellermann/bevy_mod_debugdump/commit/7f8c5d3f6071da41d2bacc8df4d0f623494a84ca Now without petgraph since bevy doesn't expose it anymore, but I think my toposort implementation should be right....
bit of a late close but I think this should be fixed by https://github.com/jakobhellermann/bevy-inspector-egui/pull/201