Unity (游戏引擎)
开发者 | Unity Technologies |
---|---|
首次发布 | 1.0 / 2005年6月8日 |
当前版本 |
|
编程语言 | C# C++(执行环境)[2] |
平台 | 参见 § 支持平台 |
类型 | 游戏引擎 |
许可协议 | 专有 |
网站 | https://www.unity.com |
Unity是一款跨平台的游戏引擎[3],可用于开发2D和3D游戏[4][5],支持多种个人电脑、移动设备、游戏主机、网页平台、增强现实和虚拟现实,其中在iOS和Android的游戏开发上特别受欢迎,被认为容易上手,并在独立游戏开发中广受欢迎[6]。截至2018年,该引擎所支持的平台已经达到27个[7]。
除了在游戏产业外,Unity也应用在电脑动画、电脑模拟、电影产业、汽车产业、建筑业、工程、甚至美国武装部队。[8]
历史
[编辑]Unity最初于2005年6月在Apple全球开发者大会上公开,由史考特·福斯托透过Mac OS X展示[9],目的在使游戏开发得以“大众化”[10][11]。隔年,Unity在苹果公司的Apple Design Awards中获得了最佳Mac OS X图形应用程序的亚军[12]。Unity最初是为Mac OS X开发的,后增加了对Microsoft Windows和网页浏览器的支持[13]。
在Unity发布以来,陆续公布了数个更新版本,包括Unity 4.x和Unity 5.x。2016年12月,鉴于引擎的更新速度逐渐加快,Unity官方决定不再在其版本号中标注纯数字,而改用年份与版本号的复合形式[14],如Unity 2018.2,发布时间为2018年7月10日。[15]
授权
[编辑]Unity分为免费的个人版,付费的进阶版、专业版以及面向大型用户的企业版。[16]以下是所有现行的发行版本及其差异:
版本名称 | 是否为全部引擎功能及平台提供支持 | 标志页面 | 云构建优先级 | 服务器承载 | 盈利上限 | 绩效报告 | 是否提供源代码和高级功能支持 | 价格(美金) |
---|---|---|---|---|---|---|---|---|
个人版 | 是 | Made with Unity标志+自定义动画(可选) | 标准 | 20 CCUs | $100,000 | 否 | 否 | 免费 |
进阶版 | 是 | 优先 | 50 CCUs | $200,000 | 是 | 否 | $40/月 | |
专业版 | 是 | 多线程构建 | 200 CCUs | 无上限 | 是 | 是 | $150/月 | |
企业版 | 是 | 最高(专用构建通道) | 无限制 | 是 | 是 | $200/月 |
主要特性
[编辑]Unity引擎主要使用基于Mono的C#脚本API,除了游戏本体外,也用Unity编辑器与拖放功能等[17]。在采用C#前,Unity曾支持BOO语言,但Unity 5中被移除[18],而基于BOO的JavaScript实现—UnityScript,则在2017年8月发表的Unity 2017.1弃用[19][20]。
在2D游戏中,Unity允许导入向导图(sprites)和高级2D世界渲染器。在3D游戏中,Unity允许为每个支持平台指定纹理压缩、mipmap和分辨率调整[21],并支持凹凸贴图、反射贴图、视差贴图、屏幕空间环境光遮蔽(SSAO)、使用阴影贴图的动态阴影、渲染到纹理以及画面后期处理效果[22]。
有两个独立的渲染流水线可用,即高清渲染流水线(HDRP)和通用渲染流水线(URP,前身为LWRP),此外还有不再支持的传统内置流水线[23][24]。这三种渲染流水线彼此不兼容[25]。Unity提供了一个工具,可以将使用传统渲染器的着色器升级到URP或HDRP。
创作者可以透过Unity Asset Store贩售制作的素材给其他开发者。包括3D和2D素材[26]。Unity Asset Store于2010年推出。截至2018年,商店的下载量约为4000万次[27]。
支持平台
[编辑]Unity是一个跨平台引擎[28]。Unity编辑器支持Windows、macOS和Linux平台,而开发的游戏支持多种平台,包括移动设备、个人电脑、游戏主机和虚拟现实[29][30]。截至Unity 2020 LTS,官方支持以下平台[31]:
- VR与AR平台:Oculus[32]、PlayStation VR[40]、Google ARCore[41]、Apple ARKit[42]、Windows Mixed Reality[43](HoloLens[44]) 、Magic Leap[45]、和经由Unity XR SDK[46]的Steam VR[47]、Google Cardboard[48]
曾支持的平台有Wii[49]、Wii U[50]、PlayStation 3[51]、Xbox 360[51]、Tizen[52]、PlayStation Vita[53]、任天堂3DS[54]、BlackBerry 10[55]、Windows Phone 8[55]、Samsung Smart TV[56]、Gear VR[57]、Daydream[58]、Vuforia[59]、Facebook Gameroom[58]、Stadia[60]。Unity以前支持其他平台,包括其自家的Web浏览器插件Unity Web Player[61],但后被WebGL取代[62]。自版本5起,Unity提供了WebGL捆绑包,使用两阶段语言转换器(C#到C++,再到JavaScript)编译为JavaScript。[63]
Unity是任天堂Wii U使用的默认软件开发工具包(SDK),任天堂在给予Wii U开发者许可证时会免费附送一份副本。Unity Technologies称这种第三方SDK的捆绑是“业界首创”[64][65]。
2023年8月,Unity中国宣布即将推出基于Unity 2022 LTS的中国版本,名为团结引擎(Tuanjie Engine),包括对中国平台如微信小游戏、OpenHarmony和AliOS的支持[66]。
历史
[编辑]在正式发布前,Unity经历了多年的开发阶段,Gooball在2005三月发布,运用了Unity的预发售版本开发。
- 2005年6月,Unity 1.0.1发布
- 2009年3月,Unity 2.5加入了对Windows的支持
- 2009年10月,Unity 2.6独立版开始免费
- 2013年11月,Unity跟Xbox One合作,Xbox One将可以使用Unity开发游戏[67]
- 2014年5月,Unity 4.5发布,加入了在iOS设备上支持OpenGL ES 3.0。[68]
- 2014年11月26日,Unity 4.6发布,正式导入新的UI系统“UGUI”。[69]
- 2015年3月3日,Unity 5.0于GDC 2015发布,开始支持WebGL。[70]
- 2015年4月13日,Unity宣布支持任天堂的掌机新任天堂3DS作为引擎运行平台。[71]
- 2023年8月23日,Unity中国发布基于Unity 2022LTS版本的Unity中国版引擎“团结引擎”,已支持微信小程序、HMI-Android、QNX、Embedded Linux等平台,并宣布将很快支持OpenHarmony以及AliOS操作系统。[72]
- 2023年9月13日,宣布将从2024年1月开始,开发者透过Unity达到收入门槛,将依照游戏被安装的次数对游戏开发者收进行收费;知名开发商INNERSLOTH对此表达不满。(此政策已取消)[73]
- 2023年9月23日,Unity宣布取消此前提出的按照下载安装次数的新收费标准。[74]
- 2023年10月9日,Unity宣布公司CEO兼公司主席约翰·里奇蒂洛从公司离职,并辞去董事会职位。此举看作是为此前引发巨大争议的新收费规则负责。[75]
游戏
[编辑]相关
[编辑]参考
[编辑]- ^ https://unity.com/releases/editor/archive.
- ^ Meijer, Lucas. Is Unity Engine written in Mono/C#? or C++. [2011-04-26]. (原始内容存档于2011-04-14) (英语).
- ^ Dealessandri, Marie. What is the best game engine: is Unity right for you?. GamesIndustry.biz. Gamer Network. 2020-01-16 [2021-04-27]. (原始内容存档于2020-04-04) (英语).
- ^ Axon, Samuel. Unity at 10: For better—or worse—game development has never been easier. Ars Technica. 2016-09-27 [2018-10-17]. (原始内容存档于2018-10-05) (英语).
- ^ Takahashi, Dean. John Riccitiello Q&A: How Unity CEO views Epic's Fortnite success. VentureBeat. 2018-09-15 [2018-10-17]. (原始内容存档于2018-09-17) (英语).
- ^ Dealessandri, Marie. What is the best game engine: is Unity right for you?. GamesIndustry.biz. Gamer Network. 2020-01-16 [2021-04-27]. (原始内容存档于2020-04-04) (英语).
- ^ Unity - Multiplatform. Unity. Unity Technologies. [2018-06-27]. (原始内容存档于2018-06-12) (英语).
- ^ Government & Aerospace. Unity. [2021-08-28]. (原始内容存档于2021-09-13) (英语).
- ^ 5 Years Later, Unity Used by 170,000 Developers and Available on 9 Different Devices. TechCrunch. 2010-06-07 [2024-02-19]. (原始内容存档于2024-02-19) (美国英语).
- ^ 引用错误:没有为名为
Easier2
的参考文献提供内容 - ^ McWhertor, Michael. Former EA CEO John Riccitiello is now head of Unity. Polygon. 2014-10-22 [2018-10-17]. (原始内容存档于2018-12-05) (英语).
- ^ Smykill, Jeff. Apple Design Award winners announced. ArsTechnica. 2006-08-09 [2015-01-18]. (原始内容存档于2015-01-19) (英语).
- ^ Brodkin, Jon. How Unity3D Became a Game-Development Beast. Dice Insights. 2013-06-03 [2018-10-30]. (原始内容存档于2018-10-19) (英语).
- ^ Batchelor, James. Unity dropping major updates in favour of date-based model. GamesIndustry.biz. [2017-03-18]. (原始内容存档于2017-03-19) (英语).
- ^ 2018.2 is now available – Unity. Unity Technologies Blog. 2018-07-10 [2018-07-10]. (原始内容存档于2021-02-13) (美国英语).
- ^ New Unity products and prices launching soon. blogs.unity3d.com. Unity. 2016-05-31 [2016-09-26]. (原始内容存档于2017-09-04).
- ^ UNITY: Unity Whitepaper. unity3d.com. (原始内容存档于2006-02-22) (英语).
- ^ What's new in Unity 5.0. Unity Technologies. [2017-09-18]. (原始内容存档于2017-10-17) (英语).
- ^ Fine, Richard. UnityScript's long ride off into the sunset. Unity Technologies Blog. 2017-08-11 [2017-09-18]. (原始内容存档于2017-10-17) (英语).
- ^ GitHub - UnityScript. Unity Technologies. [2021-11-24]. (原始内容存档于2021-11-24) (英语).
- ^ Unity – Multiplatform. Unity. Unity Technologies. [2018-06-27]. (原始内容存档于2018-06-12) (英语).
- ^ Using DirectX11 in Unity 4. Unity Technologies. [2013-02-19]. (原始内容存档于2013-03-12) (英语).
- ^ Torres Bonet, Ruben. Unity SRP Overview: Scriptable Render Pipeline. Game Developer. 2018-04-19 [2022-12-11]. (原始内容存档于2022-12-11) (英语).
- ^ Unity - Manual: Render pipelines. Unity Docs. [2022-02-21]. (原始内容存档于2022-02-21) (英语).
- ^ Unity - Manual: Built-in shaders. Unity Docs. [2022-02-24]. (原始内容存档于2022-02-22) (英语).
- ^ Savov, Vlad. Unity is the little game engine that could revolutionize animated movies. The Verge. 2017-06-30 [2018-10-29]. (原始内容存档于2018-09-09) (英语).
- ^ Grubb, Jeff. Unity's asset store boss has big plans to fight Epic's Unreal. VentureBeat. 2018-07-18 [2018-10-30]. (原始内容存档于2018-09-09) (英语).
- ^ Riccitiello, John. John Riccitiello sets out to identify the engine of growth for Unity Technologies (interview). VentureBeat. 访谈 with Dean Takahashi. 2014-10-23 [2015-01-18]. (原始内容存档于2015-01-17) (英语).
- ^ Kelliher, Fiona. Video game company grabs two buildings on Mission Street for big expansion. San Francisco Business Times. 2018-08-24 [2018-10-17]. (原始内容存档于2019-10-03) (英语).
- ^ 30.0 30.1 Robertson, Adi. Unity officially releases its new game engine: Unity 5. The Verge. 2015-03-03 [2018-10-17]. (原始内容存档于2018-11-16) (英语).
- ^ Unity - Manual: System requirements for Unity 2020 LTS. docs.unity3d.com. [2021-04-15]. (原始内容存档于2021-04-15) (英语).
- ^ 32.0 32.1 32.2 32.3 32.4 32.5 Dillet, Romain. Unity CEO says half of all games are built on Unity. TechCrunch. 2018-09-05 [2018-12-03]. (原始内容存档于2018-12-20) (英语).
- ^ Lavieri, Edward. Getting Started with Unity 2018: A Beginner's Guide to 2D and 3D game development with Unity, 3rd Edition. Packt Publishing. 2018: 20 [2018-12-04]. ISBN 9781788832915 (英语).
- ^ Suckley, Matt. Unity 5.3 launches with improved support for iOS 9 and WebGL. Pocketgamer.biz. 2015-12-10 [2018-12-04]. (原始内容存档于2019-03-22) (英语).
- ^ Coppock, Mark. Unity 5.5 can now be used to create HoloLens augmented reality titles. Digital Trends. 2016-11-30 [2018-12-03]. (原始内容存档于2019-02-09) (英语).
- ^ 36.0 36.1 引用错误:没有为名为
Head2
的参考文献提供内容 - ^ Bright, Peter. Unity game engine heading to the browser without plug-ins. Ars Technica. 2014-03-18 [2018-10-29]. (原始内容存档于2019-03-22) (英语).
- ^ Takahashi, Dean. Unity Technologies posts Q4 revenue of $220.3 million, up 39%. VentureBeat. GamesBeat. 2021-02-04 [2021-02-25]. (原始内容存档于2021-02-21) (英语).
- ^ Parijat, Shubhankar. Xbox Series S is "An Extremely Capable Machine" – Unity Chief Product Officer. GamingBolt. 2020-11-20 [2021-02-24]. (原始内容存档于2021-04-22) (英语).
- ^ DeNisco Rayome, Alison. How to become a Unity developer for VR and AR. Tech Republic. 2017-01-23 [2018-12-03]. (原始内容存档于2018-12-13) (英语).
- ^ Graham, Peter. Unity 2017.2 Featuring Optimised Support for ARCore and ARKit launching This Month. VR Focus. 2017-10-04 [2018-12-04]. (原始内容存档于2019-10-03) (英语).
- ^ Clayton, Natalie. Unity ARKit update includes persistent mapping and improved tracking. Pocketgamer.biz. 2018-06-15 [2018-12-04]. (原始内容存档于2019-03-22) (英语).
- ^ Graham, Peter. Build in Unity? Want to Know More About Crafting for Windows Mixed Reality? Then Check out These new Videos From Microsoft. VR Focus. 2018-02-17 [2018-12-04]. (原始内容存档于2019-10-03) (英语).
- ^ Wawro, Alex. Unity rolls out support for Microsoft's HoloLens goggles. Game Developer. 2015-04-29 [2022-02-22]. (原始内容存档于2022-02-23) (英语).
- ^ Palladino, Tommy. Magic Leap Publishes More L.E.A.P. Developer Videos Featuring Insomniac Games, Weta Workshop & More. Next Reality. 2018-11-09 [2018-12-04]. (原始内容存档于2019-03-22) (英语).
- ^ Unity - Manual: XR. docs.unity3d.com. [2021-04-15]. (原始内容存档于2021-04-15) (英语).
- ^ Plummer, Quinten. Unity and SteamVR Unite for Native Vive Support. Tech News World. 2016-02-16 [2018-12-03]. (原始内容存档于2019-03-22) (英语).
- ^ Grubb, Jeff. Unity game-making tool gets native support for Google's 5M Cardboard virtual reality devices. VentureBeat. 2016-02-10 [2018-12-03]. (原始内容存档于2019-03-22) (英语).
- ^ Caoili, Eric. Unity to Support Wii Console as Authorized Middleware Provider. Game Developer. 2008-06-02 [2022-02-22]. (原始内容存档于2022-02-23) (英语).
- ^ Handrahan, Matthew. Unity signs "industry first" licensing agreement for Wii U. GamesIndustry.biz. 2012-09-19 [2022-02-22]. (原始内容存档于2022-04-09) (英语).
- ^ 51.0 51.1 DeLoura, Mark. In-Depth: The State Of Game Engines At GDC 2010. Game Developer. 2010-03-09 [2022-02-22]. (原始内容存档于2022-02-23) (英语).
- ^ Pitcher, Jenna. Unity supporting Linux-based platform Tizen. Polygon. 2013-05-24 [2018-12-03]. (原始内容存档于2019-03-22) (英语).
- ^ Gilbert, Ben. One of gaming's most-used engines arrives today on PlayStation Vita. Engadget. 2014-01-15 [2018-12-03]. (原始内容存档于2019-02-14) (英语).
- ^ Jarvis, Matthew. Unity now supports Nintendo 3DS. MCVUK. 2016-02-01 [2018-12-03]. (原始内容存档于2019-03-22) (英语).
- ^ 55.0 55.1 Rose, Mike. Unity now supports Windows Phone 8, Windows Store and BlackBerry 10. Game Developer. 2013-07-22 [2022-02-22]. (原始内容存档于2022-02-23) (英语).
- ^ Harris, Richard. Unity Adds Another Big Screen Option for Game Developers with Unity 4.5 for Samsung Smart TV. App Developer Magazine. 2014-08-28 [2018-12-04]. (原始内容存档于2019-03-22) (英语).
- ^ 引用错误:没有为名为
Robertson4
的参考文献提供内容 - ^ 58.0 58.1 Batchelor, James. Unity dropping major updates in favour of date-based model. Gamesindustry.biz. 2016-12-14 [2018-10-29]. (原始内容存档于2018-07-21) (英语).
- ^ 引用错误:没有为名为
ARCore4
的参考文献提供内容 - ^ Moon, Mariella. Google makes it easier for studios to self-publish Stadia games. Engadget. 2020-03-24. (原始内容存档于2021-04-15) (英语).
- ^ 引用错误:没有为名为
Bright4
的参考文献提供内容 - ^ Echterhoff, Jonas. Unity Web Player Roadmap. Unity Technologies Blog. 2015-10-08 [2016-04-18]. (原始内容存档于2016-04-25) (英语).
- ^ Kovelenov, Yuri. Verge3D versus Unity WebGL. Soft8Soft. 2018-08-23 [2018-08-24]. (原始内容存档于2018-08-24) (英语).
- ^ 引用错误:没有为名为
VB Unity interview3
的参考文献提供内容 - ^ McElroy, Griffin. Unity for Wii U opens up GamePad hardware and more to developers. Polygon. 2013-08-20 [2014-08-04]. (原始内容存档于2014-08-08) (英语).
- ^ Unity 引擎中国版“团结引擎”正式发布 [Chinese edition of Unity Engine 'Tuanjie Engine' officially announced]. PingWest. 2023-08-23 [2023-09-17]. (原始内容存档于2024-04-22) (中文).
- ^ 存档副本. [2013-11-09]. (原始内容存档于2021-04-22).
- ^ Unity - What's new in Unity 4.5. Unity Technologies. [2014-11-26]. (原始内容存档于2022-01-25).
- ^ Unity - What's new in Unity 4.6. Unity Technologies. [2014-11-26]. (原始内容存档于2022-05-05).
- ^ Mozilla 與 Unity 共同公開 Unity 5! 3D 遊戲開發引擎現可支援 WebGL. 巴哈姆特. 2015-03-19 [2015-03-19]. (原始内容存档于2016-03-04).
- ^ UNITY TO SUPPORT NEW NINTENDO 3DS AND NEW NINTENDO 3DS XL (页面存档备份,存于互联网档案馆).Unity Technologies.2015-04-13.[2015-04-13].
- ^ Unity中国正式推出Unity中国版引擎-36氪. 36kr.com. 2023-08-23 [2023-08-23]. (原始内容存档于2023-08-23).
- ^ 遊戲開發者傻眼!Unity 遊戲開發引擎宣佈明年起將根據遊戲安裝量對開發者進行收費. 2023-09-14 [2023-09-14]. (原始内容存档于2023-09-16).
- ^ Unity 撤回受开发者猛烈抨击的“安装数”收费新规则 (页面存档备份,存于互联网档案馆).YahooTech.2023-09-23.[2023-10-16].
- ^ Unity CEO John Riccitiello Steps Down After Pricing Blowup (页面存档备份,存于互联网档案馆).Wired.2023-10-09.[2023-10-16].