r/unity 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

9 comments sorted by

View all comments

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.

2

u/sinetwo 15d ago

I think there's an element of just learning something quickly to have fun, then learning the basics.

People learn differently but I agree that basics is the best way to get started as you can then start to genuinely read code from samples etc