Add more noteworthy games created with Unity (#25836)

Added some more modern games, as well as games in more varied genres and platforms to better illustrate how Unity is used by game developers.
This commit is contained in:
Thaurin
2018-12-21 04:53:52 +01:00
committed by Randell Dawson
parent 19f2317e46
commit 257c8dc9c0

View File

@ -39,17 +39,21 @@ In picture above, you will notice five sections:
4) Section 4. <b>Project</b>: This is your project window. Basically it show whats inside Assets folder on your disk. Everything from Game Objects, Scripts, Textures, Folders, Models, Audio, Video and etc... will be accessible from this window. 4) Section 4. <b>Project</b>: This is your project window. Basically it show whats inside Assets folder on your disk. Everything from Game Objects, Scripts, Textures, Folders, Models, Audio, Video and etc... will be accessible from this window.
5) Section 5. <b>Inspector</b>: This panel will display different attributes and properties of selected Game Objects. Depending on the selection, the appropriate attributes and components will be listed. 5) Section 5. <b>Inspector</b>: This panel will display different attributes and properties of selected Game Objects. Depending on the selection, the appropriate attributes and components will be listed.
## Noteworthy Games ## Noteworthy Games:
* Angry Birds II
* Assassins Creed: Identity * Assassins Creed: Identity
* Temple Run Trilogy
* Battlestar Galactica Online * Battlestar Galactica Online
* Beat Saber
* Cuphead
* Dragon Quest VIII (iOS and Android versions)
* Hearthstone: Heroes of Warcraft * Hearthstone: Heroes of Warcraft
* Inside * Inside
* Cuphead * Pillars of Eternity I & II
* Rust * Torment: Tides of Numenera
* Kerbal Space Program * Temple Run Trilogy
* Club Penguin Island * Tesla Effect: A Tex Murphy Adventure
* Wasteland 2
## History ## History
Two other programming languages were supported: Boo, which was deprecated with the release of Unity 5 and UnityScript which was deprecated in August 2017 after the release of Unity 2017.1. Two other programming languages were supported: Boo, which was deprecated with the release of Unity 5 and UnityScript which was deprecated in August 2017 after the release of Unity 2017.1.