jakobhellermann / bevy-inspector-egui

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

Upgrade to bevy 0.8 #75

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Bevy 0.8 just come out. So this is a tracking issue to upgrade to newest bevy version.

afonsolage commented 2 years ago

Blocked by https://github.com/mvlabat/bevy_egui/issues/115 I think

zicklag commented 2 years ago

I started looking at what this would take and a lot of it looks simple, but I got stuck with some of the scary looking stuff around here, because that function doesn't exist anymore:

https://github.com/jakobhellermann/bevy-inspector-egui/blob/3190cbc78eb8887ef8ea040cadcb288513b6a994/src/world_inspector/mod.rs#L591

@jakobhellermann is it helpful for me to push a half-way done port of all the basic stuff, or is it easy enough for whoever might know how to handle the harder stuff to do the easy stuff as well?

Ryder17z commented 2 years ago

Blocked by mvlabat/bevy_egui#115 I think

but there was an update pushed 3 hours ago to get bevy 0.8 supported?

afonsolage commented 2 years ago

Blocked by mvlabat/bevy_egui#115 I think

but there was an update pushed 3 hours ago to get bevy 0.8 supported?

Yeah, my bad. Didn't saw it.

james-j-obrien commented 2 years ago

I believe this can be closed with #76 merged. Correct me if there's still work outstanding. There is no tag for v0.12 but I am not sure if that is waiting on anything.