bevy-tower-defense-tutorial
bevy-tower-defense-tutorial copied to clipboard
Update for bevy 0.10
This PR updates the tutorial to work with the latest Bevy release, 0.10. Mostly this is stuff around adding systems, but there are a few other changes.
To make this work I had to use a branch of bevy_mod_picking
that has been updated for 0.10: https://github.com/aevyrie/bevy_mod_picking/pull/191. I believe that will get merged soon though, so it might be worth waiting for that instead of relying on a branch.
I also commented out some of the egui inspector stuff since I think that'll need an update too.
Feel free to take over this PR, I don't know if I'll get time to finish this off!