+ 1
Hello everyone I was just wondering if anyone knew a good way to learn C# for the Godot game engine?
What's a good way to learn C# for Godot game engine?
3 Respuestas
+ 1
I've learnt C# and I really like it, I have used it for few projects but I think it is a great language to be studied. I don't actually know the engine you are talking about,anyway I suggest you learning before C# well, especially OOP programming, that is useful for everything, especially games. After that you can solve questions and practice your own idea find some tutorial on youtube, follow examples and try to write the code based on what you see, then start making some little modifies, then gradually try to make it even harder and harder, but be careful, do not be to fast and do not skip passages, otherwise you won't reach your goal as fast as you hope, you'll be stack!!
+ 2
You could find everything you need here
https://docs.godotengine.org/en/stable/getting_started/scripting/c_sharp/index.html
0
Thank you for your help.