0
Unity | Javascript vs C#
Which programming language is more adaptive, has more options later on and easy to understand for a complete newbie (learning Pascal in school, tho its nothing too intense...) ? Using one of those two for developing in Unity (primarily)
3 Respuestas
+ 4
I find C# to be not so difficult for a begginer to start with, I did all my unity projects with it, with zero or less complaints. Also, it provides useful built-in libraries, to start creating single or multiplayer games on the go. I cannot prove it, but I think C# will be faster than js in that context.
+ 5
Better start with C#.
JavaScript in Unity is different from the actual JavaScript. In fact we called it as UnityScript, which is not commonly use
- 1
Thank you very much, i'll keep that in mind!