+ 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.
5 Respuestas
+ 5
@Melvin also, this course on Sololearn is good to get started before Unity.
+ 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.
+ 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😊
0
Of course is c# language.
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.