Closed umut-sahin closed 10 months ago
When bevy-console is used with bevy-inspector-egui, adding the console plugin crashes with:
bevy-console
Error adding plugin bevy_egui::EguiPlugin: : plugin was already added in application
I think the reason for this is that both v0.23 and v0.24 gets included in the build and somehow this check fails: https://github.com/RichoDemus/bevy-console/blob/44d431c04acfb1c853e807371639cede254be414/src/lib.rs#L77-L81
v0.23
v0.24
I'm not 100% sure that it'll solve the issue but I think it's worth a try!
Could you try the current version on the main brunch?
It's working!
Nice! I'll release this version
Thanks for the quick resolution, looking forward to use the library :partying_face:
no worries :)
When
bevy-console
is used with bevy-inspector-egui, adding the console plugin crashes with:I think the reason for this is that both
v0.23
andv0.24
gets included in the build and somehow this check fails: https://github.com/RichoDemus/bevy-console/blob/44d431c04acfb1c853e807371639cede254be414/src/lib.rs#L77-L81I'm not 100% sure that it'll solve the issue but I think it's worth a try!