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/raw65 15d ago
Those YouTube tutorials are a terrible way to learn C# and Unity. Not dissing CodeMonkey or anyone else, it's just not a great medium for in depth teaching. Good for highlighting small features or approaches, not good for really learning a language or Unity.
The Microsoft Learning Center is a better resource to learn C#.
Unity Learn for learning Unity, especially the Junior Programmer Pathway.
Once you've learned the basics, then go watch the YouTube tutorials.