Is unity a laguage or is it just a program for games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is unity a laguage or is it just a program for games

6th Nov 2017, 7:56 PM
Webster
Webster - avatar
3 Answers
+ 9
www.Unity3D.com/learn https://www.sololearn.com/Course/CSharp/ Unity is what's called a game engine. It allows you to construct a game without having to create your own graphics engine, physics engine, particle engine, scripting engine, etc..., which as you can imagine, saves a LOT of time and man power. Unity is a very versatile engine, and can easily handle most platforms and 2D/3D graphics. For its scripting engine, it utilizes C# for scripting. It supported C#/Boo/JavaScript(UnityScript), but has since stopped support for Boo and Javascript, so I recommend anyone that's getting into Unity to focus on C#. Hope that helps.
6th Nov 2017, 9:02 PM
AgentSmith
0
That's C# the language
6th Nov 2017, 8:00 PM
Αητοιπe
Αητοιπe - avatar
0
unity is a game engine for almost all the platforms which uses cs and javascript
11th Nov 2017, 5:38 PM
Rajeev Kumar
Rajeev Kumar - avatar