What is the best language to use in unity 3d | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the best language to use in unity 3d

I am into making games in unity 3d but there are a lot of scripting options. which should I learn first? and if I'm done with the course is it enough for basic implementation in unity.

22nd Feb 2017, 11:37 PM
Melvin2204old
Melvin2204old - avatar
5 Answers
+ 5
@Melvin also, this course on Sololearn is good to get started before Unity.
23rd Feb 2017, 7:55 AM
Shahar Levy
Shahar Levy - avatar
+ 9
C# is the only language you should use because 98% of the Unity developers use it, hence, it has way more support and richer API. rumors say that Unity will stop support Javascript.
23rd Feb 2017, 3:07 AM
Shahar Levy
Shahar Levy - avatar
+ 7
I think for Unity the most used ones are C# and JavaScript😉 And you should look for the Unity official tutorials, documentation,... And maybe YouTube too😊
23rd Feb 2017, 1:36 AM
C.E.
C.E. - avatar
0
Of course is c# language.
23rd Feb 2017, 1:44 AM
Dmitriy Yevtushenko
Dmitriy Yevtushenko - avatar
0
it depends. if you want a standalone app, you need c#, because Js is made for stuff like flash games.if you want to do stuff like opengl, then you use js. tell me what you are making, then I'll tell you what language. if you are new, check out holistic3d or the official unity3d tutorials.
26th Feb 2017, 6:38 AM
Kashlinsky Bros
Kashlinsky Bros - avatar