+ 1
Can i do unity just after learning JS or JS of unity is a little different?
Can i do unity just after learning JS or JS of unity is a little different?
3 Réponses
+ 1
Raptor Bot, I`am sorry to say that Unity does not support JavaScript anymore. They stopped supporting it and now Unity works only with C#.
So it would better for you to study C# if you want to work with Unity!
Before starting with Unity you should know at least the basic of C#, then of course you have to learn the Unity APIs, that you can find here:
https://docs.unity3d.com/ScriptReference/
+ 1
Game engines like Unity work by automatically creating a some functions, objects and prototypes in the code, before you begin typing code of your own. Therefore, to code in a game engine, you must learn what the engine's own functions are and how to use them. You can learn them as you make a game. Just understand the language's syntax and basics.
PS: I thought Unity used C#?
+ 1
Unity uses both JS and C#