Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am fairly familiar with Unity and I know how to work most of the features within it. But I don't know what programing languages to use for my Unity game. I have heard that it might be C#, but I am unfamiliar with C-sharp so I was wondering if Unity can use any other languages. I would not like opinions on which one to use, I just want to know what Unity supports.

share|improve this question
5  
So, you were unable to find this? docs.unity3d.com/Manual/CreatingAndUsingScripts.html –  bummzack Sep 2 '14 at 6:50
3  
Thanks yeah that was fairly dumb of me not to look at the Unity manual. –  Nova Nanite Sep 2 '14 at 6:54

1 Answer 1

As found in the documentation:

Unity supports three programming languages natively:

  • C# (pronounced C-sharp), an industry-standard language similar to Java or C++;
  • UnityScript, a language designed specifically for use with Unity and modelled after JavaScript;
  • Boo, a .NET language with similar syntax to Python.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.