+ 2
Is unity a laguage or is it just a program for games
3 Antworten
+ 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.
0
That's C# the language
0
unity is a game engine for almost all the platforms which uses cs and javascript