Are JavaScript and C# Good enough for Simple Unity Project Scripts? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are JavaScript and C# Good enough for Simple Unity Project Scripts?

29th Aug 2017, 2:03 PM
Vojin Vilimanović
Vojin Vilimanović - avatar
2 Answers
+ 3
C# is, yes. You will need to get used to Monobehaviour and the Unity Engine library regardless. Javascript is a bit different in Unity, it's more like a hand up version that tries to pretend to be Javascript. I say this because you will still be dealing with classes (although they are kind of hidden), data-types, semi-colons (required), privacy etc.. I suggest sticking with C# for Unity, but feel free to try the Javascript as it may be easier for the programmer.
29th Aug 2017, 5:26 PM
Rrestoring faith
Rrestoring faith - avatar
0
thx
29th Aug 2017, 5:28 PM
Vojin Vilimanović
Vojin Vilimanović - avatar