Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Any video/website/article about learning godot?

A topic by Animalpark created Jan 31, 2024 Views: 343 Replies: 6
Viewing posts 1 to 5

I have some experience with Unity (not much because I never released a game, just prototypes) so I have some experience with game dev, but the think is that I really wanted to use Godot because of everything that happened to Unity, but I really don't know where to start.

(+3)(-1)

I think godot docs is a great source! There's also an 11 hours-long tutorial on Youtube from a channel called "Clear Code". Godotneers Youtube channel is also great.

(+1)

Seconding this, there's a tab in the editor to pull up the documentation even if you're offline. The docs go into great detail not just into what objects represent abstractly but usually include some use cases and example code (especially for syntactic stuff)

(+2)

Oh, GDquest also made an interactive learning tool called "Godot Tours". You can find it on github and their website!

(+1)

thank you very much, I will check it out

Submitted

I would recommend this: https://school.gdquest.com/products/learn_to_code_with_godot_3


it’s for Godot 3 and not Godot 4, but your knowledge of the engine should transfer over to Godot 4 when you’re ready to use that

Submitted

If this is your first jam using Godot (will be my 3rd, not that far) and you feel going rogue uneasy, I recommend you pick any YouTube tutorial that you find cool and give it your own twist with art, balance, content, etc.

Example:

Happy coding!