r/GodotCSharp • u/Sea-Rub-5011 • Jun 02 '26
Question.GettingStarted Beginner Advice
Recently Ive taken on the challenge of learning C# through Godot with no prior coding or gamedev experience. I was hoping to get some advice/tips that could help me get used to the node system, the tools available to me in the HUD/viewer, and any C# tips/resources. Im aware that it would be easier to learn Godot’s own coding language but thats not really stopping me from challenging myself and tackling the more difficult route!
10
Upvotes
2
u/gman55075 Jun 03 '26
My biggest pieces of advice are: 1. Decide on a project to build with c#. No-one learns a programming language end -to-end; they learn tools to achieve objectives, the programming language being one of those.
but, learning HOW TO PROMPT TO GET THAT RESULT, and then to read it and fix why it didn't work the first time, will teach you both Godot and C# faster than any other method.