+ 7
What scripting language is best for coding scripts in Unity?
Unity is a world famous platform that game developers worldwide use to create 2d or 3d games.
6 Antworten
+ 5
In my opinion C# is , as there official tutorials are done in C# only but they also provide code for the same for different languages. What they say JavaScript is not really that ,you may say it UnityScript which is somewhat like JS. About "Boo" I can't say anything! Choose what you are comfortable with
+ 3
I use c# in monodevelop with unity
+ 3
@Nikhil I think they immediately realized Boo was a mistake when no one at all used it. lol As for the JavaScript, you're right, it's called UnityScript, but even Unity doesn't even call it that and they reference it as JavaScript throughout all of their documentation.
+ 3
c#
+ 2
C# is the way to go with Unity. The other lang options for scripting is being discontinued because not many people utilized Javascript or Boo for Unity.
+ 1
Definitely C#.