Unity (game engine)

cross-platform game engine

Unity is a type of game engine that was developed by a video game development company called Unity Technologies. The Unity engine allows developers to make both 2D and 3D games.  It currently supports the C# programming language, which you can use in a visual,[2] or text format. It supports Direct3D, OpenGL, OpenGL ES, Metal, Vulkan, and proprietary API. Since 2016, Unity offers services on the cloud.[3]

Unity
Developer(s)Unity Technologies
Initial release1.0 / June 8, 2005; 19 years ago (2005-06-08)
Stable release
6000.0.5f1 / June 4, 2024; 31 days ago (2024-06-04)
Written inC++ (Runtime)
C# (Unity API)[1]
PlatformIA-32, x86-64, ARM
Available inEnglish
TypeGame engine
LicenseProprietary
Websiteunity.com Edit this at Wikidata

Unity is supported on Windows and macOS, as well as 27 more platforms.[4] In 2016 Unity changed from one time purchase into a subscription model. There currently exist one free and three paid licensing options: Personal (Free), Plus, Pro, Enterprise.[5]

Unity has a robust collection of official tutorials to help familiarize new developers with the engine. Additionally, it has thorough documentation that they update to be accurate with each new Unity release. The tutorials and documentation make use of pre-built assets that are available in the default Unity program. Developers can use these instead of being forced to write all of their code from scratch.[6][7]

References