+ 1
Will learning C# be good?
I wanna learn C# for Unity. And i might learn a bit of JS too for the same reason. Is C# hard to understand?
2 odpowiedzi
+ 1
Unity's Javascript is a bit different from regular Javascript.
For example, you will still be dealing with data-types, such as floats and ints.
I think you will also be dealing with classes (Even though unity will try to hide it visually).
So, I usually recommend C#, even if it's still considered a bit more difficult.
Quick tip:
If you dive into the C# course, don't worry about what "static" and "void" means right away. It will confuse you further (Depending on how knowledgeable with Javascript you are). Move on, and follow what the course is teaching.
+ 1
ok thanks!
and what are classes sorry havent completed JS yet