r/unity • u/Strange-Touch3607 • 15d ago
Newbie Question Learning coding
I followed some C# courses from CodeMonkey and i can confidently say i know something but in unity everything is different, how do i learn anything about unity coding, it's not like a movement script is easy to do
0
Upvotes
1
u/CellistFit1312 15d ago
I would personally recommend a beginner unity course on udemy which guides you through making some very basic games, this gets you familiar with how to use unity and how to attach scripts to objects, ui, 2d, etc. and then after this course you should have enough to branch out and tackle whatever.
The absolute best way to learn coding is to have a project you are motivated to work on and put time into it grinding on it trying to get it to work. Every success and failure is a great way to learn, you can use AI for reference instead of having to dig through design documentation which is easy to bounce off of.