Jakob Hellermann

Results 149 comments of Jakob Hellermann

If I have a `ReflectFromPtr` instance I can use that to map the `MutUntyped` to a `Mut`. Theoretically, not without this PR. No `::` involved.

rebased. Are there any requested changes left? I think they're all addressed

Another thing that's probably relevant here is how to deal with repeated addition of Plugins. To give an example: The `bevy-inspector-egui` crate depends on `bevy-egui`, and because I'd like it...

> That should be a compile fail test; I think it should be fine to put into the bevy_ecs_compile_fail crate. I think it would fail at runtime when the system...

How about a mode where you can select an entity by searching for its name? It's not as general as a full `Query` filter, but maybe good enough. Or you...

Oh wow, I didn't even know that worked before. But it makes sense, as the `Inspectable` impl was just a function with `self` being `MyAbility`, and the options were created...

Thanks for the ping, I forgot about the PR. The UI looks good to me and it would be very cool to have this as a feature. I have just...

Thanks for the PR and sorry for leaving this unread for so long. Is there a reason this should be a `Plugin` instead of having the run condition directly ask...

I think this would fit very nicely in `bevy_egui` itself, I opened an issue upstream: https://github.com/mvlabat/bevy_egui/issues/218

https://discord.com/channels/691052431525675048/692648638823923732/1177575500818944032 looks like someone got tracing messages into egui to work