What's the best way to learn Godot 4.0?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JosephEdwa

Hello! I’m wanting to learn how to use Godot but due to the release of version 4.0 and GDscript 2.0 I’m finding it difficult to learn how to use it, should I use 3.5 which has more tutorials or is there a good way to learn 4.0? Thanks.

1 Like
:bust_in_silhouette: Reply From: Chacha92150

Hello, i had the same questions as you 1 month ago when i learned that godot 4 arrived. I must admit that i didn’t find so much to do with 4. So i gave up and stay with 3.5 for now.

Godot 4 is actually easier to learn from the docs
If you already know Godot3 it’s even simpler, so that’s a great place to start.
There are mostly syntax changes and refactoring of classes to make more sense
And it is well documented

Despite that, like you also stuck with 3.5 because of the removal of OpenSimplexNoise, just not worth the effort to re-imperilment things that already work fine

Wakatta | 2023-03-20 13:52

:bust_in_silhouette: Reply From: Moreus

You start here

You don’t needed hundreds tutorial for start just start code, make mistakes, fix them etc.