Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Unity (game engine)

Unity is a cross-platform game engine developed by


Unity Technologies, first announced and released in June Unity
2005 at Apple Inc.'s Worldwide Developers Conference
as a Mac OS X-exclusive game engine. As of 2018, the
engine had been extended to support more than 25
platforms. The engine can be used to create three-
dimensional, two-dimensional, virtual reality, and
augmented reality games, as well as simulations and other
experiences.[5][6] The engine has been adopted by
industries outside video gaming, such as film, automotive,
architecture, engineering and construction.

Several major versions of Unity have been released since


its launch. The latest stable version, 2020.1.5, was
released in September 2020.
Unity's user interface as of 2020
Developer(s) Unity Technologies

Contents Stable release 2020.1.5 / September 10,


2020[1]
History
Preview release 2020.2.0b1 / September 3,
Overview 2020[2]
Supported platforms
Written in C++ (runtime)[3]
Licensing model
C# (Unity Scripting API)
Unity Asset Store
Platform See § Supported platforms
Other uses
License Proprietary
Unity-chan
Alexa rank 1,585 (Global, August 2020)[4]
See also
References Website unity.com (https://unity.com/)

External links
List of games

History
The Unity game engine launched in 2005, aiming to "democratize" game development by making it accessible
to more developers.[5][7] The next year, Unity was named runner-up in the Best Use of Mac OS X Graphics
category in Apple Inc.'s Apple Design Awards.[8] Unity was initially released for Mac OS X, later adding
support for Microsoft Windows and Web browsers.[9]

Unity 2.0 launched in 2007 with approximately 50 new features.[10] The release included an optimized terrain
engine for detailed 3D environments, real-time dynamic shadows, directional lights and spotlights, video
playback, and other features.[10] The release also added features whereby developers could collaborate more
easily.[10] It included a Networking Layer for developers to create multiplayer games based on User Datagram
Protocol, offering Network Address Translation, and State Synchronization and Remote Procedure Calls.[10]
When Apple launched its App Store in 2008, Unity quickly added support for the iPhone.[9] For several years,
the engine was uncontested on the iPhone and it became well-known with iOS game developers.[5]

Unity 3.0 launched in September 2010 with features expanding the engine's graphics features for desktop
computers and video game consoles.[11] In addition to Android support, Unity 3 featured integration of
Illuminate Labs' Beast Lightmap tool, deferred rendering, a built-in tree editor, native font rendering, automatic
UV mapping, and audio filters, among other things.[11]

In 2012 VentureBeat wrote, "Few companies have contributed as much to the flowing of independently
produced games as Unity Technologies. [...] More than 1.3 million developers are using its tools to create gee-
whiz graphics in their iOS, Android, console, PC, and web-based games. Unity wants to be the engine for
multi-platform games, period."[12] A May 2012 survey by Game Developer magazine indicated Unity as its
top game engine for mobile platforms.[13] In November 2012, Unity Technologies delivered Unity 4.0.[14]
This version added DirectX 11 and Adobe Flash support, new animation tools called Mecanim, and access to
the Linux preview.[14]

Facebook integrated a software development kit for games using the Unity game engine in 2013.[15] This
featured tools that allowed tracking advertising campaigns and deep linking, where users were directly linked
from social media posts to specific portions within games, and easy in-game-image sharing.[15] In 2016,
Facebook developed a new PC gaming platform with Unity.[16] Unity provided support for Facebook's
gaming platforms, and Unity developers could more quickly export and publish games to Facebook.[16]

The Verge said of 2015's Unity 5 release: "Unity started with the goal of making game development
universally accessible. [...] Unity 5 is a long-awaited step towards that future."[17] With Unity 5, the engine
improved its lighting and audio.[18] Through WebGL, Unity developers could add their games to compatible
Web browsers with no plug-ins required for players.[18] Unity 5.0 offered real-time global illumination, light
mapping previews, Unity Cloud, a new audio system, and the Nvidia PhysX 3.3 physics engine.[18] The fifth
generation of the Unity engine also introduced Cinematic Image Effects to help make Unity games look less
generic.[19] Unity 5.6 added new lighting and particle effects, updated the engine's overall performance, and
added native support for Nintendo Switch, Facebook Gameroom, Google Daydream, and the Vulkan graphics
API.[20] It introduced a 4K video player capable of running 360-degree videos for virtual reality.[20] However,
some gamers criticized Unity's accessibility due to the high volume of quickly produced games published on
the Steam distribution platform by inexperienced developers.[21] CEO John Riccitiello said in an interview that
he believes this to be a side-effect of Unity's success in democratizing game development: "If I had my way,
I'd like to see 50 million people using Unity – although I don't think we're going to get there any time soon. I'd
like to see high school and college kids using it, people outside the core industry. I think it's sad that most
people are consumers of technology and not creators. The world's a better place when people know how to
create, not just consume, and that's what we're trying to promote."[22]

In December 2016, Unity Technologies announced that they would change the versioning numbering system
for Unity from sequence-based identifiers to year of release to align the versioning with their more frequent
release cadence; Unity 5.6 was therefore followed by Unity 2017.[23] Unity 2017 tools featured a real-time
graphics rendering engine, color grading and worldbuilding, live operations analytics and performance
reporting.[24] Unity 2017.2 underscored Unity Technologies' plans beyond video games.[24] This included
new tools such as Timeline, which allowed developers to drag-and-drop animations into games, and
Cinemachine, a smart camera system within games.[24] Unity 2017.2 also integrated Autodesk's 3DS Max and
Maya tools into the Unity engine for a streamlined asset sharing in-game iteration process.[25]

Unity 2018 featured the Scriptable Render Pipeline for developers to create high-end graphics.[26] This
included the High-Definition Rendering Pipeline for console and PC experiences, and the Lightweight
Rendering Pipeline for mobile, virtual reality, augmented reality, and mixed reality.[26] Unity 2018 also
included machine learning tools, such as Imitation Learning, whereby games learn from real player habits,
support for Magic Leap, and templates for new developers.[26]

In 2019, a new link to the Wolfram Language was added, making it possible to access high level functions of
the Wolfram language from Unity.[27] Calling Unity objects from the Wolfram language was also made
possible via the UnityLink library.[27]

Overview
Unity gives users the ability to create games and experiences in both 2D and 3D, and the engine offers a
primary scripting API in C#, for both the Unity editor in the form of plugins, and games themselves, as well as
drag and drop functionality. Prior to C# being the primary programming language used for the engine, it
previously supported Boo, which was removed with the release of Unity 5,[28] and a version of JavaScript
called UnityScript, which was deprecated in August 2017, after the release of Unity 2017.1, in favor of C#.[29]

Within 2D games, Unity allows importation of sprites and an advanced 2D world renderer. For 3D games,
Unity allows specification of texture compression, mipmaps, and resolution settings for each platform that the
game engine supports,[30] and provides support for bump mapping, reflection mapping, parallax mapping,
screen space ambient occlusion (SSAO), dynamic shadows using shadow maps, render-to-texture and full-
screen post-processing effects.[31]

As of 2018, Unity has been used to create approximately half of the new mobile games on the market and 60
percent of augmented reality and virtual reality content.[32]

Supported platforms

Unity is a cross-platform engine.[33] The Unity editor is supported on Windows and macOS, with a version of
the editor available for the Linux platform, albeit in an experimental stage,[34] while the engine itself currently
supports building games for more than 25 different platforms, including mobile, desktop, consoles, and virtual
reality.[35][36] Platforms include iOS,[37] Android,[37] Tizen,[38] Windows,[37] Universal Windows
Platform,[39] Mac,[7] Linux,[40] WebGL,[36] PlayStation 4,[37] PlayStation Vita,[41] Xbox One,[7] 3DS,[42]
Oculus Rift,[37] Google Cardboard,[43] Steam VR,[44] PlayStation VR,[45] Gear VR,[36] Windows Mixed
Reality,[46] Daydream,[47] Android TV,[48] Samsung Smart TV,[49] tvOS,[50] Nintendo Switch,[37] Fire
OS,[48] Facebook Gameroom,[47] Apple's ARKit,[51] Google's ARCore,[52] Vuforia,[52] and Magic Leap.[53]

As of 2018, Unity had been used to create approximately half of the mobile games on the market and 60
percent of augmented reality and virtual reality content,[32] including approximately 90 percent on emerging
augmented reality platforms, such as Microsoft HoloLens, and 90 percent of Samsung Gear VR content.[54]
Unity technology is the basis for most virtual reality and augmented reality experiences, and Fortune said
Unity "dominates the virtual reality business".[55][56][57] Unity Machine Learning Agents is open-source
software whereby the Unity platform connects to machine learning programs, including Google's
TensorFlow.[58] Using trial and error in Unity Machine Learning Agents, virtual characters use reinforcement
learning to build creative strategies in lifelike virtual landscapes.[58] The software is used to develop robots and
self-driving cars.[58]

Unity formerly supported other platforms including its own Unity Web Player, a Web browser plugin.[40]
However, it was deprecated in favor of WebGL.[59] Since version 5, Unity has been offering its WebGL
bundle compiled to JavaScript using a 2-stage language translator (C# to C++ and finally to JavaScript).[60]
Unity was the default software development kit (SDK) used for Nintendo's Wii U video game console, with a
free copy included by Nintendo with each Wii U developer license. Unity Technologies called this bundling of
a third-party SDK an "industry first".[12][61]

Licensing model

During its first ten years as a product, the paid versions of Unity were sold outright; in 2016, the corporation
changed to a subscription model.[47] Unity has free and paid licensing options. The free license is for personal
use or smaller companies generating less than $100,000 annually, and the subscriptions are based on revenues
generated by the games using Unity.[54][36]

Unity Asset Store

Creators can develop and sell user-generated assets to other game makers via the Unity Asset Store. This
includes 3D and 2D assets and environments for developers to buy and sell.[62] Unity Asset Store launched in
2010. By 2018, there had been approximately 40 million downloads through the digital store.[63]

Other uses
In the 2010s, Unity Technologies used its game engine to transition into other industries using the real-time 3D
platform, including film and automotive.[64][65] Unity first experimented in filmmaking with Adam, a short
film about a robot escaping from prison. Later, Unity partnered with filmmaker Neill Blomkamp, whose Oats
Studios used the engine's tools, including real-time rendering and Cinemachine, to create two computer-
generated short films, Adam: The Mirror and Adam: The Prophet.[64] At the 2017 Unite Europe conference in
Amsterdam, Unity focused on filmmaking with Unity 2017.1's new Cinemachine tool.[62] In 2018, Disney
Television Animation launched three shorts, called Baymax Dreams, that were created using the Unity
engine.[66]

Automakers use Unity's technology to create full-scale models of new vehicles in virtual reality, build virtual
assembly lines, and train workers.[65] Unity's engine is used by DeepMind, an Alphabet Inc. company, to train
artificial intelligence.[67] Other uses being pursued by Unity Technologies include architecture, engineering,
and construction.[68]

Unity-chan
On December 16, 2013, Unity Technologies Japan revealed an official mascot character named Unity-chan
ユニティちゃん
( , Yuniti-chan), real name Kohaku Ōtori ( ⼤⿃ こはく , Ōtori Kohaku) (voiced by Asuka
Kakumoto). The character's associated game data was released in early 2014.[69][70] The character was
designed by Unity Technologies Japan designer "ntny" as an open-source heroine character.[71] The company
allows the use of Unity-chan and related characters in secondary projects under certain licenses.[72] For
example, Unity-chan appears as a playable character in Runbow.[73]

See also
List of game engines
List of Unity games
List of WebGL frameworks
References
1. "Download Archive" (https://unity3d.com/get-unity/download/archive). Unity. Retrieved
September 10, 2020.
2. "Unity 2020.2a" (https://unity3d.com/alpha/2020.2a). Unity. Retrieved September 3, 2020.
3. "How Unity3D Became a Game-Development Beast" (https://insights.dice.com/2013/06/03/how
-unity3d-become-a-game-development-beast/). Retrieved August 28, 2020.
4. "unity.com Traffic, Demographics and Competitors" (https://www.alexa.com/siteinfo/unity.com).
Alexa Internet. Retrieved August 16, 2020.
5. Axon, Samuel (September 27, 2016). "Unity at 10: For better—or worse—game development
has never been easier" (https://arstechnica.com/gaming/2016/09/unity-at-10-for-better-or-worse
-game-development-has-never-been-easier/). Ars Technica. Archived (https://web.archive.org/
web/20181005025906/https://arstechnica.com/gaming/2016/09/unity-at-10-for-better-or-worse-
game-development-has-never-been-easier/) from the original on October 5, 2018. Retrieved
October 17, 2018.
6. Takahashi, Dean (September 15, 2018). "John Riccitiello Q&A: How Unity CEO views Epic's
Fortnite success" (https://venturebeat.com/2018/09/15/john-riccitiello-interview-how-unity-ceo-v
iews-epics-fortnite-success/). VentureBeat. Archived (https://web.archive.org/web/2018091720
4618/https://venturebeat.com/2018/09/15/john-riccitiello-interview-how-unity-ceo-views-epics-f
ortnite-success/) from the original on September 17, 2018. Retrieved October 17, 2018.
7. McWhertor, Michael (October 22, 2014). "Former EA CEO John Riccitiello is now head of
Unity" (https://www.polygon.com/2014/10/22/7039683/electronic-arts-john-riccitiello-unity-ceo).
Polygon. Archived (https://web.archive.org/web/20181205103251/https://www.polygon.com/20
14/10/22/7039683/electronic-arts-john-riccitiello-unity-ceo) from the original on December 5,
2018. Retrieved October 17, 2018.
8. Smykill, Jeff (August 9, 2006). "Apple Design Award winners announced" (https://arstechnica.c
om/apple/2006/08/4937/). ArsTechnica. Archived (https://web.archive.org/web/2015011906532
0/http://arstechnica.com/apple/2006/08/4937/) from the original on January 19, 2015. Retrieved
January 18, 2015.
9. Brodkin, Jon (June 3, 2013). "How Unity3D Became a Game-Development Beast" (https://insig
hts.dice.com/2013/06/03/how-unity3d-become-a-game-development-beast/). Dice Insights.
Archived (https://web.archive.org/web/20181019160750/https://insights.dice.com/2013/06/03/h
ow-unity3d-become-a-game-development-beast/) from the original on October 19, 2018.
Retrieved October 30, 2018.
10. Cohen, Peter (October 11, 2007). "Unity 2.0 game engine now available" (https://www.macworl
d.com/article/1060484/unity.html). PCWorld. Archived (https://web.archive.org/web/201903202
10247/https://www.macworld.com/article/1060484/unity.html) from the original on March 20,
2019. Retrieved January 14, 2019.
11. Girard, Dave (September 27, 2010). "Unity 3 brings very expensive dev tools at a very low
price" (https://arstechnica.com/information-technology/2010/09/unity-3-brings-very-expensive-d
ev-tools-at-a-very-low-price/?comments=1). Ars Technica. Archived (https://web.archive.org/we
b/20140224085322/http://arstechnica.com/information-technology/2010/09/unity-3-brings-very-
expensive-dev-tools-at-a-very-low-price/?comments=1) from the original on February 24, 2014.
Retrieved January 14, 2019.
12. Helgason, David (November 2, 2012). "Game developers, start your Unity 3D engines" (https://
venturebeat.com/2012/11/02/game-developers-start-your-unity-3d-engines-interview/).
GamesBeat (Interview). Interviewed by Dean Takahashi. VentureBeat. Archived (https://web.arc
hive.org/web/20140714205526/http://venturebeat.com/2012/11/02/game-developers-start-your-
unity-3d-engines-interview/) from the original on July 14, 2014. Retrieved July 13, 2014.
13. "Mobile game developer survey leans heavily toward iOS, Unity" (http://www.gamasutra.com/vi
ew/news/169846/Mobile_game_developer_survey_leans_heavily_toward_iOS_Unity.php).
Gamasutra. May 24, 2012. Archived (https://web.archive.org/web/20140703233046/http://www.
gamasutra.com/view/news/169846/Mobile_game_developer_survey_leans_heavily_toward_i
OS_Unity.php) from the original on July 3, 2014. Retrieved July 14, 2014.
14. Tach, Dave (November 14, 2012). "Unity 4.0 available for download today with DX 11 support
and Linux preview" (https://www.polygon.com/2012/11/14/3645122/unity-4-0-available-downlo
ad). Polygon. Archived (https://web.archive.org/web/20190320210245/https://www.polygon.co
m/2012/11/14/3645122/unity-4-0-available-download) from the original on March 20, 2019.
Retrieved January 14, 2019.
15. Cohen, David (November 1, 2013). "How Facebook Integrated With The Unity Game Engine"
(https://www.adweek.com/digital/unity-sdk-out-of-beta/). Adweek. Archived (https://web.archive.
org/web/20181212211302/https://www.adweek.com/digital/unity-sdk-out-of-beta/) from the
original on December 12, 2018. Retrieved October 29, 2018.
16. Cohen, David (August 19, 2016). "Facebook Developing New PC Gaming Platform; Teams Up
With Unity Technologies" (https://www.adweek.com/digital/facebook-developing-pc-gaming-pla
tform-unity-technologies/). Adweek. Archived (https://web.archive.org/web/20181211184313/htt
ps://www.adweek.com/digital/facebook-developing-pc-gaming-platform-unity-technologies/)
from the original on December 11, 2018. Retrieved October 29, 2018.
17. "Unity officially releases its new game engine: Unity 5" (https://www.theverge.com/2015/3/3/81
42099/unity-5-engine-release). The Verge. March 3, 2015. Archived (https://web.archive.org/we
b/20151208011922/http://www.theverge.com/2015/3/3/8142099/unity-5-engine-release) from
the original on December 8, 2015. Retrieved November 26, 2015.
18. Kumparak, Greg (March 18, 2014). "Unity 5 Announced With Better Lighting, Better Audio, And
"Early" Support For Plugin-Free Browser Games" (https://techcrunch.com/2014/03/18/unity-5-a
nnounced-with-early-support-for-plugin-free-browser-games/). Archived (https://web.archive.or
g/web/20190219220925/https://techcrunch.com/2014/03/18/unity-5-announced-with-early-supp
ort-for-plugin-free-browser-games/) from the original on February 19, 2019. Retrieved
January 14, 2019.
19. Orland, Kyle (March 15, 2016). "How new graphics effects can make Unity Engine games look
less generic" (https://arstechnica.com/gaming/2016/03/how-new-graphics-effects-can-make-uni
ty-engine-games-look-less-generic/). Ars Technica. Archived (https://web.archive.org/web/2019
0320210242/https://arstechnica.com/gaming/2016/03/how-new-graphics-effects-can-make-unit
y-engine-games-look-less-generic/) from the original on March 20, 2019. Retrieved January 14,
2019.
20. Grubb, Jeff (March 31, 2017). "Unity 5.6 launches with support for Vulkan graphics, Nintendo
Switch, and more" (https://venturebeat.com/2017/03/31/unity-5-6-launches-with-support-for-vulk
an-graphics-nintendo-switch-and-more/). VentureBeat. Archived (https://web.archive.org/web/2
0190320210243/https://venturebeat.com/2017/03/31/unity-5-6-launches-with-support-for-vulka
n-graphics-nintendo-switch-and-more/) from the original on March 20, 2019. Retrieved
January 14, 2019.
21. "Unity – does indie gaming's biggest engine have an image problem?" (https://www.theguardia
n.com/technology/2015/jul/06/unity-indie-gamings-biggest-engine-john-riccitiello/). The
Guardian. Archived (https://web.archive.org/web/20150814111249/http://www.theguardian.co
m/technology/2015/jul/06/unity-indie-gamings-biggest-engine-john-riccitiello) from the original
on August 14, 2015. Retrieved August 14, 2015.
22. "The chaos of democracy" (http://www.develop-online.net/analysis/the-chaos-of-democracy/02
08628). Develop Online. Archived (https://web.archive.org/web/20171017202809/http://www.de
velop-online.net/analysis/the-chaos-of-democracy/0208628) from the original on October 17,
2017. Retrieved August 14, 2015.
23. Batchelor, James. "Unity dropping major updates in favour of date-based model" (http://www.ga
mesindustry.biz/articles/2016-12-14-unity-dropping-major-updates-in-favour-of-date-based-mod
el). GamesIndustry.biz. Archived (https://web.archive.org/web/20170319022436/http://www.ga
mesindustry.biz/articles/2016-12-14-unity-dropping-major-updates-in-favour-of-date-based-mod
el) from the original on March 19, 2017. Retrieved March 18, 2017.
24. "Unity Technologies – The World's Leading Game Engine" (https://www.nanalyze.com/2017/1
0/unity-technologies-leading-game-engine/). Nanalyze. October 18, 2017. Archived (https://we
b.archive.org/web/20190212101854/https://www.nanalyze.com/2017/10/unity-technologies-lea
ding-game-engine/) from the original on February 12, 2019. Retrieved January 14, 2019.
25. McAloon, Alissa (October 4, 2017). "Unity 2017.2 brings Autodesk integration into the fold" (http
s://www.gamasutra.com/view/news/307050/Unity_20172_brings_Autodesk_integration_into_th
e_fold.php). Gamasutra. Archived (https://web.archive.org/web/20190320210245/https://www.g
amasutra.com/view/news/307050/Unity_20172_brings_Autodesk_integration_into_the_fold.ph
p) from the original on March 20, 2019. Retrieved January 14, 2019.
26. Batchelor, James (March 20, 2018). "Unity 2018 detailed in GDC keynote" (https://www.gamesi
ndustry.biz/articles/2018-03-20-unity-2018-detailed-in-gdc-keynote). gamesindustry.biz.
Archived (https://web.archive.org/web/20190320210246/https://www.gamesindustry.biz/articles/
2018-03-20-unity-2018-detailed-in-gdc-keynote) from the original on March 20, 2019. Retrieved
January 14, 2019.
27. "Built-in interface to Unity game engine" (https://www.wolfram.com/language/12/built-in-interfac
e-to-unity-game-engine/). wolfram.com. Archived (https://web.archive.org/web/2019070301173
5/https://www.wolfram.com/language/12/built-in-interface-to-unity-game-engine/) from the
original on July 3, 2019. Retrieved January 22, 2020.
28. "What's new in Unity 5.0" (https://unity3d.com/unity/whats-new/unity-5.0). Unity Technologies.
Archived (https://web.archive.org/web/20171017210326/https://unity3d.com/unity/whats-new/u
nity-5.0) from the original on October 17, 2017. Retrieved September 18, 2017.
29. Fine, Richard (August 11, 2017). "UnityScript's long ride off into the sunset" (https://blogs.unity3
d.com/2017/08/11/unityscripts-long-ride-off-into-the-sunset/). Unity Technologies Blog.
Archived (https://web.archive.org/web/20171017203349/https://blogs.unity3d.com/2017/08/11/u
nityscripts-long-ride-off-into-the-sunset/) from the original on October 17, 2017. Retrieved
September 18, 2017.
30. "Unity – Multiplatform" (https://unity3d.com/unity/features/multiplatform). Unity. Unity
Technologies. Archived (https://web.archive.org/web/20180612185354/https://unity3d.com/unit
y/features/multiplatform) from the original on June 12, 2018. Retrieved June 27, 2018.
31. "Using DirectX11 in Unity 4" (https://web.archive.org/web/20130312140345/http://docs.unity3d.
com/Documentation/Manual/DirectX11.html). Unity Technologies. Archived from the original (ht
tp://docs.unity3d.com/Documentation/Manual/DirectX11.html) on March 12, 2013. Retrieved
February 19, 2013.
32. Bonfiglio, Nahila (October 1, 2018). "DeepMind partners with gaming company for AI research"
(https://www.dailydot.com/debug/unity-deempind-ai/). The Daily Dot. Archived (https://web.archi
ve.org/web/20181002122834/https://www.dailydot.com/debug/unity-deempind-ai/) from the
original on October 2, 2018. Retrieved October 17, 2018.
33. Riccitiello, John (October 23, 2014). "John Riccitiello sets out to identify the engine of growth
for Unity Technologies (interview)" (https://venturebeat.com/2014/10/23/john-riccitiello-sets-out-
to-identify-the-engine-of-growth-for-unity-technologies-interview/). VentureBeat (Interview).
Interviewed by Dean Takahashi. Archived (https://web.archive.org/web/20150117174953/http://
venturebeat.com/2014/10/23/john-riccitiello-sets-out-to-identify-the-engine-of-growth-for-unity-t
echnologies-interview/) from the original on January 17, 2015. Retrieved January 18, 2015.
34. Bard, Na'Tosha Bard (August 26, 2015). "Unity Comes to Linux: Experimental Build Now
Available – Unity Blog" (https://blogs.unity3d.com/en/2015/08/26/unity-comes-to-linux-experim
ental-build-now-available/). Unity Technologies Blog. Retrieved June 28, 2018.
35. Kelliher, Fiona (August 24, 2018). "Video game company grabs two buildings on Mission Street
for big expansion" (https://www.bizjournals.com/sanfrancisco/news/2018/08/24/video-game-uni
ty-san-francisco-soma.html). San Francisco Business Times. Retrieved October 17, 2018.
36. Robertson, Adi (March 3, 2015). "Unity officially releases its new game engine: Unity 5" (https://
www.theverge.com/2015/3/3/8142099/unity-5-engine-release). The Verge. Archived (https://we
b.archive.org/web/20181116122512/https://www.theverge.com/2015/3/3/8142099/unity-5-engin
e-release) from the original on November 16, 2018. Retrieved October 17, 2018.
37. Dillet, Romain (September 5, 2018). "Unity CEO says half of all games are built on Unity" (http
s://techcrunch.com/2018/09/05/unity-ceo-says-half-of-all-games-are-built-on-unity/).
TechCrunch. Archived (https://web.archive.org/web/20181220182337/https://techcrunch.com/2
018/09/05/unity-ceo-says-half-of-all-games-are-built-on-unity/) from the original on December
20, 2018. Retrieved December 3, 2018.
38. Pitcher, Jenna (May 24, 2013). "Unity supporting Linux-based platform Tizen" (https://www.poly
gon.com/2013/5/24/4361686/unity-supporting-linux-based-platform-tizen). Polygon. Archived (h
ttps://web.archive.org/web/20190322173329/https://www.polygon.com/2013/5/24/4361686/unit
y-supporting-linux-based-platform-tizen) from the original on March 22, 2019. Retrieved
December 3, 2018.
39. Coppock, Mark (November 30, 2016). "Unity 5.5 can now be used to create HoloLens
augmented reality titles" (https://www.digitaltrends.com/computing/unity-5-5-adds-windows-hol
ographic-support/). Digital Trends. Archived (https://web.archive.org/web/20190209152436/http
s://www.digitaltrends.com/computing/unity-5-5-adds-windows-holographic-support/) from the
original on February 9, 2019. Retrieved December 3, 2018.
40. Bright, Peter (March 18, 2014). "Unity game engine heading to the browser without plug-ins" (ht
tps://arstechnica.com/gadgets/2014/03/unity-game-engine-heading-to-the-browser-without-plug
-ins/). Ars Technica. Archived (https://web.archive.org/web/20190322173330/https://arstechnic
a.com/gadgets/2014/03/unity-game-engine-heading-to-the-browser-without-plug-ins/) from the
original on March 22, 2019. Retrieved October 29, 2018.
41. Gilbert, Ben (January 15, 2014). "One of gaming's most-used engines arrives today on
PlayStation Vita" (https://www.engadget.com/2014/01/15/playstation-vita-unity/). Engadget.
Archived (https://web.archive.org/web/20190214150848/https://www.engadget.com/2014/01/1
5/playstation-vita-unity/) from the original on February 14, 2019. Retrieved December 3, 2018.
42. Jarvis, Matthew (February 1, 2016). "Unity now supports Nintendo 3DS" (https://www.mcvuk.co
m/development/unity-now-supports-nintendo-3ds). MCVUK. Archived (https://web.archive.org/
web/20190322173411/https://www.mcvuk.com/development/unity-now-supports-nintendo-3ds)
from the original on March 22, 2019. Retrieved December 3, 2018.
43. Grubb, Jeff (February 10, 2016). "Unity game-making tool gets native support for Google's 5M
Cardboard virtual reality devices" (https://venturebeat.com/2016/02/10/unity-gets-native-support
-for-googles-5m-cardboard-virtual-reality-devices/). VentureBeat. Archived (https://web.archive.
org/web/20190322173436/https://venturebeat.com/2016/02/10/unity-gets-native-support-for-go
ogles-5m-cardboard-virtual-reality-devices/) from the original on March 22, 2019. Retrieved
December 3, 2018.
44. Plummer, Quinten (February 16, 2016). "Unity and SteamVR Unite for Native Vive Support" (htt
ps://www.technewsworld.com/story/83116.html). Tech News World. Archived (https://web.archi
ve.org/web/20190322173331/https://www.technewsworld.com/story/83116.html) from the
original on March 22, 2019. Retrieved December 3, 2018.
45. De Nisco Rayome, Alison (January 23, 2017). "How to become a Unity developer for VR and
AR" (https://www.techrepublic.com/article/how-to-become-a-unity-developer-for-vr-and-ar/).
Tech Republic. Archived (https://web.archive.org/web/20181213074438/https://www.techrepubl
ic.com/article/how-to-become-a-unity-developer-for-vr-and-ar/) from the original on December
13, 2018. Retrieved December 3, 2018.
46. Graham, Peter (February 17, 2018). "Build in Unity? Want to Know More About Crafting for
Windows Mixed Reality? Then Check out These new Videos From Microsoft" (https://www.vrfo
cus.com/2018/02/build-in-unity-want-to-know-more-about-crafting-for-windows-mixed-reality-th
en-check-out-these-new-videos-from-microsoft/). VR Focus. Retrieved December 4, 2018.
47. Batchelor, James (December 14, 2016). "Unity dropping major updates in favour of date-based
model" (https://www.gamesindustry.biz/articles/2016-12-14-unity-dropping-major-updates-in-fav
our-of-date-based-model). Gamesindustry.biz. Archived (https://web.archive.org/web/20180721
192025/https://www.gamesindustry.biz/articles/2016-12-14-unity-dropping-major-updates-in-fav
our-of-date-based-model) from the original on July 21, 2018. Retrieved October 29, 2018.
48. Lavieri, Edward (2018). Getting Started with Unity 2018: A Beginner's Guide to 2D and 3D
game development with Unity, 3rd Edition (https://books.google.com/?id=7AxTDwAAQBAJ).
Packt Publishing. p. 20. ISBN 9781788832915. Retrieved December 4, 2018.
49. Harris, Richard (August 28, 2014). "Unity Adds Another Big Screen Option for Game
Developers with Unity 4.5 for Samsung Smart TV" (https://appdevelopermagazine.com/unity-ad
ds-another-big-screen-option-for-game-developers-with-unity-4.5-for-samsung-smart-tv/). App
Developer Magazine. Archived (https://web.archive.org/web/20190322173334/https://appdevel
opermagazine.com/unity-adds-another-big-screen-option-for-game-developers-with-unity-4.5-f
or-samsung-smart-tv/) from the original on March 22, 2019. Retrieved December 4, 2018.
50. Suckley, Matt (December 10, 2015). "Unity 5.3 launches with improved support for iOS 9 and
WebGL" (https://www.pocketgamer.biz/news/62426/unity-5-point-3-launches/).
Pocketgamer.biz. Archived (https://web.archive.org/web/20190322173334/https://www.pocketg
amer.biz/news/62426/unity-5-point-3-launches/) from the original on March 22, 2019. Retrieved
December 4, 2018.
51. Clayton, Natalie (June 15, 2018). "Unity ARKit update includes persistent mapping and
improved tracking" (https://www.pocketgamer.biz/news/68345/unity-arkit-update-includes-persi
stent-mapping-and-improved-tracking/). Pocketgamer.biz. Archived (https://web.archive.org/we
b/20190322173329/https://www.pocketgamer.biz/news/68345/unity-arkit-update-includes-persi
stent-mapping-and-improved-tracking/) from the original on March 22, 2019. Retrieved
December 4, 2018.
52. Graham, Peter (October 4, 2017). "Unity 2017.2 Featuring Optimised Support for ARCore and
ARKit launching This Month" (https://www.vrfocus.com/2017/10/unity-2017-2-featuring-optimise
d-support-for-arcore-and-arkit-launching-this-month/). VR Focus. Retrieved December 4, 2018.
53. Palladino, Tommy (November 9, 2018). "Magic Leap Publishes More L.E.A.P. Developer
Videos Featuring Insomniac Games, Weta Workshop & More" (https://magic-leap.reality.news/n
ews/magic-leap-publishes-more-l-e-a-p-developer-videos-featuring-insomniac-games-weta-wo
rkshop-more-0189822/). Next Reality. Archived (https://web.archive.org/web/20190322173334/
https://magic-leap.reality.news/news/magic-leap-publishes-more-l-e-a-p-developer-videos-feat
uring-insomniac-games-weta-workshop-more-0189822/) from the original on March 22, 2019.
Retrieved December 4, 2018.
54. Matney, Lucas (May 25, 2017). "With new realities to build, Unity positioned to become tech
giant" (https://techcrunch.com/2017/05/25/with-new-realities-to-build-unity-positioned-to-becom
e-tech-giant/). TechCrunch. Archived (https://web.archive.org/web/20181020173106/https://tech
crunch.com/2017/05/25/with-new-realities-to-build-unity-positioned-to-become-tech-giant/) from
the original on October 20, 2018. Retrieved October 29, 2018.
55. Gaudiosi, John (March 19, 2015). "This company dominates the virtual reality business, and it's
not named Oculus" (http://fortune.com/2015/03/19/unity-virtual-reality/). Fortune. Archived (http
s://web.archive.org/web/20181205003433/http://fortune.com/2015/03/19/unity-virtual-reality/)
from the original on December 5, 2018. Retrieved November 26, 2018.
56. Gaudiosi, John (February 11, 2016). "Why Valve's Partnership With Unity Is Important to Virtual
Reality" (http://fortune.com/2016/02/11/valves-partners-with-unity/). Fortune. Archived (https://w
eb.archive.org/web/20181208121257/http://fortune.com/2016/02/11/valves-partners-with-unity/)
from the original on December 8, 2018. Retrieved November 26, 2018.
57. "Most Innovative Companies: Unity Technologies" (https://www.fastcompany.com/company/unit
y-technologies). Fast Company. 2018. Archived (https://web.archive.org/web/2018092702481
3/https://www.fastcompany.com/company/unity-technologies) from the original on September
27, 2018. Retrieved November 26, 2018.
58. Captain, Sean (September 19, 2017). "Machine Learning Is Making Video Game Characters
Smarter And Robots More Competent" (https://www.fastcompany.com/40469609/machine-learn
ing-is-making-video-game-characters-smarter-and-robots-more-competent). Fast Company.
Archived (https://web.archive.org/web/20181121082156/https://www.fastcompany.com/404696
09/machine-learning-is-making-video-game-characters-smarter-and-robots-more-competent)
from the original on November 21, 2018. Retrieved November 26, 2018.
59. "Unity Web Player Roadmap" (http://blogs.unity3d.com/2015/10/08/unity-web-player-
roadmap/). Unity Technologies Blog. Archived (https://web.archive.org/web/20160425105544/h
ttp://blogs.unity3d.com/2015/10/08/unity-web-player-roadmap/) from the original on April 25,
2016. Retrieved April 18, 2016.
60. "Verge3D versus Unity WebGL" (https://www.soft8soft.com/verge3d-versus-unity-webgl/).
August 23, 2018. Archived (https://web.archive.org/web/20180824135135/https://www.soft8soft.
com/verge3d-versus-unity-webgl/) from the original on August 24, 2018. Retrieved August 24,
2018.
61. McElroy, Griffin (August 20, 2013). "Unity for Wii U opens up GamePad hardware and more to
developers" (http://www.polygon.com/2013/8/20/4641786/unity-for-wii-u-opens-up-gamepad-ha
rdware-and-more-to-developers). Polygon. Archived (https://web.archive.org/web/2014080804
4120/http://www.polygon.com/2013/8/20/4641786/unity-for-wii-u-opens-up-gamepad-hardware-
and-more-to-developers) from the original on August 8, 2014. Retrieved August 4, 2014.
62. Savov, Vlad (June 30, 2017). "Unity is the little game engine that could revolutionize animated
movies" (https://www.theverge.com/2017/6/30/15899446/unity-cinemachine-unite-europe-2017
-animation). The Verge. Archived (https://web.archive.org/web/20180909064348/https://www.th
everge.com/2017/6/30/15899446/unity-cinemachine-unite-europe-2017-animation) from the
original on September 9, 2018. Retrieved October 29, 2018.
63. Grubb, Jeff (July 18, 2018). "Unity's asset store boss has big plans to fight Epic's Unreal" (http
s://venturebeat.com/2018/07/18/unitys-asset-store-boss-has-big-plans-to-fight-epics-unreal/).
VentureBeat. Archived (https://web.archive.org/web/20180909130049/https://venturebeat.com/
2018/07/18/unitys-asset-store-boss-has-big-plans-to-fight-epics-unreal/) from the original on
September 9, 2018. Retrieved October 30, 2018.
64. Liptak, Andrew (November 30, 2017). "How Neill Blomkamp and Unity are shaping the future of
filmmaking with Adam: The Mirror" (https://www.theverge.com/2017/10/4/16409734/unity-neill-b
lomkamp-oats-studios-mirror-cinemachine-short-film). The Verge. Archived (https://web.archive.
org/web/20180925005223/https://www.theverge.com/2017/10/4/16409734/unity-neill-blomkam
p-oats-studios-mirror-cinemachine-short-film) from the original on September 25, 2018.
Retrieved October 17, 2018.
65. Edelstein, Stephen (May 17, 2018). "How gaming company Unity is driving automakers toward
virtual reality" (https://www.digitaltrends.com/cars/unity-automotive-virtual-reality-and-hmi/).
Digital Trends. Archived (https://web.archive.org/web/20180807202850/https://www.digitaltrend
s.com/cars/unity-automotive-virtual-reality-and-hmi/) from the original on August 7, 2018.
Retrieved October 17, 2018.
66. Giardina, Carolyn (August 9, 2018). "Disney Television Animation Launching 'Big Hero 6'-
Themed Shorts" (https://www.hollywoodreporter.com/behind-screen/disney-television-animatio
n-launching-big-hero-6-themed-shorts-1133450). The Hollywood Reporter. Archived (https://we
b.archive.org/web/20180809182203/https://www.hollywoodreporter.com/behind-screen/disney-
television-animation-launching-big-hero-6-themed-shorts-1133450) from the original on August
9, 2018. Retrieved October 17, 2018.
67. Captain, Sean (September 26, 2018). "How Google's DeepMind will train its AI inside Unity's
video game worlds" (https://www.fastcompany.com/90240010/deepminds-ai-will-learn-inside-u
nitys-video-game-worlds). Fast Co. Archived (https://web.archive.org/web/20180927024638/htt
ps://www.fastcompany.com/90240010/deepminds-ai-will-learn-inside-unitys-video-game-world
s) from the original on September 27, 2018. Retrieved October 17, 2018.
68. Oreskovic, Alexei (September 14, 2018). "Why EA's former boss believes the 3D tech that
powers video games will make way more money outside of gaming" (https://www.businessinsid
er.com/unity-ceo-john-riccitiello-opportunity-beyond-gaming-2018-9?r=UK&IR=T). Business
Insider. Archived (https://web.archive.org/web/20180915012242/https://www.businessinsider.c
om/unity-ceo-john-riccitiello-opportunity-beyond-gaming-2018-9?r=UK&IR=T) from the original
on September 15, 2018. Retrieved October 17, 2018.
69. " "Unity" 開発者向けに無償利⽤可能なキャラクター ユニティちゃん が来春デビュー! " " " (http://
www.famitsu.com/news/201312/16045043.html) (in Japanese). Archived (https://web.archive.or
g/web/20160630182124/http://www.famitsu.com/news/201312/16045043.html) from the
original on June 30, 2016. Retrieved June 22, 2016.
70. "Meet Unity-chan, the Unity Engine's New Mascot in Japan" (http://www.dualshockers.com/201
3/12/16/meet-unity-chan-the-unity-engines-new-mascot-in-japan/). December 16, 2013.
Archived (https://web.archive.org/web/20160827200855/http://www.dualshockers.com/2013/12/
16/meet-unity-chan-the-unity-engines-new-mascot-in-japan/) from the original on August 27,
2016. Retrieved June 22, 2016.
71. "Unity Japan Introduces Their Mascot, Unity-Chan, And How She Was Made" (http://www.silico
nera.com/2014/04/15/unity-japan-introduces-mascot-unity-chan-made). April 15, 2014.
Archived (https://web.archive.org/web/20160815002837/http://www.siliconera.com/2014/04/15/
unity-japan-introduces-mascot-unity-chan-made/) from the original on August 15, 2016.
Retrieved June 22, 2016.
72. "DATA DOWNLOAD-Guideline – UNITY-CHAN! OFFICIAL WEBSITE" (http://unity-chan.com/c
ontents/guideline_en/). UNITY-CHAN! OFFICIAL WEBSITE. Archived (https://web.archive.org/
web/20151126022809/http://unity-chan.com/contents/guideline_en/) from the original on
November 26, 2015. Retrieved November 27, 2015.
73. "Exclusive: Check Out Runbow's Complete Cast of Colourful Crossover Characters" (http://ww
w.nintendolife.com/news/2015/08/exclusive_check_out_runbows_complete_cast_of_colourful
_crossover_characters). Nintendo Life. August 10, 2015. Archived (https://web.archive.org/web/
20151013035536/http://www.nintendolife.com/news/2015/08/exclusive_check_out_runbows_c
omplete_cast_of_colourful_crossover_characters) from the original on October 13, 2015.
Retrieved November 27, 2015.

External links
Official website (https://unity.com/)

Retrieved from "https://en.wikipedia.org/w/index.php?title=Unity_(game_engine)&oldid=979079212"

This page was last edited on 18 September 2020, at 17:24 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.

You might also like