The programming languages used by unity are: C# and JavaScript. JavaScript is a scripting language, mainly used for front-end development and can achieve some interactions; and C# is an object-oriented programming language derived from C and C released by Microsoft
The operating environment of this tutorial: windows7 system, Unity5.3.6f1, Dell G3 computer.
#What language is best used to develop Unity3D? What development tools are used?
For Unity I believe many people are familiar with it. To describe it in one sentence is: Unity is a game engine and a game development tool. Supported dimensions 3D, 2D, can be 3D, 2DGame development. Friends who know something about programming will probably say, "You ask, what does Unity do? Develop games with a development tool." In the working life of programmers, the use of development tools is the most common, because using different development tools for different programming languages is different and requires the installation of different development environments. For example, the recently popular mini programs require WeChat web Developer tools, VS are commonly used tools for developing C#. So, what languages does Unity3D support as a development tool? Let's collect some information and find out what language Unity3D is best to use for development?
UnityThe written about the programming language in the encyclopedia is C# and JS two languages? For those who are not computer majors, they may be unfamiliar with these two languages. Simply accept the usage of both languages!
JS is a scripting language, its full name is JavaScript, please note that it is not Java,the two are not the same thing, don’t confuse them! At present, the most used aspect is front-end development, which can do some interactions. The simplest is to use js to implement mouse click events.
C# was developed by Microsoft. The language I first came into contact with net was C #, the most widely supported software developed by C# is VS (Microsoft Visual Studio, the installation package is very large ), personal opinion: C# is better than JS in terms of language logic, security, etc. More limited.
From the selection of Unity development languages on the market, C# is popular among enterprises Favor! In order to deliver the right talents to the enterprise!
For more programming-related knowledge, please visit: Programming Video! !
The above is the detailed content of What language is used to program Unity3D?. For more information, please follow other related articles on the PHP Chinese website!