Can i do unity just after learning JS or JS of unity is a little different? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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?

25th Jan 2019, 5:45 AM
Raptor Bot
Raptor Bot - avatar
3 ответов
+ 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/
25th Jan 2019, 7:22 AM
Sekiro
Sekiro - avatar
+ 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#?
25th Jan 2019, 6:13 AM
James
James - avatar
+ 1
Unity uses both JS and C#
25th Jan 2019, 6:15 AM
Raptor Bot
Raptor Bot - avatar