+ 1
is c# the only necessary language needed to script on unity3d? ..or am i required to learn a unity modded c#.. like JavaScript for unity called unityscript.
unity3d game development
2 Respostas
+ 3
You only need one language, so yes just C# is fine
C# in unity does look a bit different, mainly because most of the functions you use will be specific to the unity API
so I think you will find that this course will not give you all the specific knowledge required to use unity
however this will still be useful and once you have the basics of coding down you should be able to quickly pick up unity from a few tutorials (and a lot of from Google!)
+ 1
unity uses .UNET which is a modified .NET. it is easy to catch up with that after you know the basis from this course. You can find everything on their site.