Hi i started a couple of days ago with bevy in my spare time.
I followed along the getting started guide and so far all good.
But when i got to the example most of them out of the box don't work.
When trying to follow youtube videos all of them use outdated versions.
How can someone get started learning bevy in a sensible way? Thanks for your help in advance 😄
#Trying to learn bevy but examples are not working
1 messages · Page 1 of 1 (latest)
Examples are a great way to get started, just make sure to use the ones matching your bevy version. If you use bevy 0.15 and try to run examples from the main branch it will definitelly not work.
Besides examples, another great ressource is the unoficial cheatbook: https://bevy-cheatbook.github.io/introduction.html
Most of its content is still applicable even if it does not target the latest bevy version
Yep i've noticed thank you for the suggestion 🙂
i can also recommend https://taintedcoders.com/
if you're worried about learning old versions, bevy has migration guides which help with the small changes, so you can mostly use the old tutorials but if anything doesn't work search through the migration guides.