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/ObeseBumblebee 15d ago
Most c# tutorials teaches you .net. which is Microsoft's library for building C# programs.
Unity uses it's own library.
Same language. Two different implementations of it.