Unreal Engine 3

Last updated

Unreal Engine 3 (UE3) is the third version of Unreal Engine developed by Epic Games. Unreal Engine 3 was one of the first game engines to support multithreading. It used DirectX 9 as its baseline graphics API, simplifying its rendering code. The first games using UE3 were released at the end of 2006. It was succeeded by Unreal Engine 4.

Contents

History

Screenshots of Unreal Engine 3 were presented by July 2004, at which point the engine had already been in development for over 18 months. [1] In July 2005, Sony Interactive obtained sublicensing rights of Unreal Engine 3 for the PS3's Software Development Kit. [2] The first games released using Unreal Engine 3 were Gears of War for Xbox 360, and RoboBlitz for Windows, which were both released on November 7, 2006. [3]

Screenshot of the Samaritan demo Unreal Engine 3 Samaritan Demo Screenshot.jpg
Screenshot of the Samaritan demo

Initially, Unreal Engine 3 only supported Windows, PlayStation 3, and Xbox 360 platforms, while iOS (first demonstrated with Epic Citadel) and Android were added later in 2010, with Infinity Blade being the first iOS title and Dungeon Defenders the first Android title. [4] [5] In 2011, it was announced that the engine would support Adobe Flash Player 11 through the Stage 3D hardware-accelerated APIs and that it was being used in two Wii U games, Batman: Arkham City and Aliens: Colonial Marines . [6] [7] In 2013, Epic teamed-up with Mozilla to bring Unreal Engine 3 to the web; using the asm.js sublanguage and Emscripten compiler, they were able to port the engine in four days. [8] The engine is no longer receiving updates. [9]

Features

The engine was based on the first-generation but contained new features. "The basic architectural decisions visible to programmers of an object-oriented design, a data-driven scripting approach, and a fairly modular approach to subsystems still remain [from Unreal Engine 1]. But the parts of the game that are really visible to gamers – the renderer, the physics system, the sound system, and the tools – are all visibly new and dramatically more powerful," said Tim Sweeney, founder of Epic games. [10] Unlike Unreal Engine 2, which still supported a fixed-function pipeline, Unreal Engine 3 was designed to take advantage of fully programmable shader hardware. [10] All lighting and shadowing calculations were done per pixel, instead of per vertex. On the rendering side, Unreal Engine 3 provided support for a gamma-correct high-dynamic range renderer. [10]

Unreal Engine 3 was one of the first game engines to make use of multithreading. [11] According to Sweeney, several systems within the engine were rewritten to employ multithreading, such as the physics, animation updates and the renderer's scene traversal loop's systems, but multithreading was not used for "systems that are highly sequential and object-oriented, such as the gameplay." [11] In its early phases of development, UE3 optimized for minimizing memory usage in favor of taking advantage of greater CPU and GPU power, which Sweeney described at the time as having seen greater improvements than that of memory. [12]

Unreal Engine 3 adopted DirectX 9 as it's baseline graphics API support, allowing the engine to incorporate more features which would be impossible to support if UE3 attempted to support older versions such as DirectX 7. [12] . According to Sweeney, "a great deal of generalization, improvement, and even simplification has been made possible by eliminating legacy code paths and formulating all rendering around fully-general pixel shader programs." [13] Similarly, a major goal for UE3 was that "designers should never, ever have to think about 'fallback' shaders, as Unreal Engine 2 and past mixed-generation DirectX6/7/8/9 engines relied on." [13] In general, one of the major areas of focus for UE3 was "empowering artists to do things which previously required programmer intervention: creating complex shaders, scripting gameplay scenarios, and setting up complex cinematics." [13]

Throughout the lifetime of UE3, significant updates were incorporated, [14] including improved destructible environments, soft body dynamics, large crowd simulation, iOS functionality, [15] Steamworks integration, [16] a real-time global illumination solution, [17] and stereoscopic 3D on Xbox 360 via TriOviz for Games Technology. [18] [19] [20] DirectX 11 support was demonstrated with the Samaritan demo, which was unveiled at the 2011 Game Developers Conference and built by Epic Games in a close partnership with Nvidia, with engineers working around the country to push real-time graphics to a new high point. [21] [22]

Unreal Development Kit

While Unreal Engine 3 was quite open for modders to work with, the ability to publish and sell games meant using UE3 was restricted to licenses of the engine. However, in November 2009, Epic released a free version of UE3's SDK, called the Unreal Development Kit (UDK), to the general public. [23]

In December 2010, the Unreal Development Kit was updated to include support for creating iOS games and apps, [24] followed by OS X compatibility in the September 2011 release. [25] By 2013, it reported more than 2 million unique installations. [26]

See Also

Category:Unreal Engine 3 games

Related Research Articles

<i>Unreal</i> (1998 video game) 1998 first-person shooter video game

Unreal is a first-person shooter video game developed by Epic MegaGames and Digital Extremes and published by GT Interactive for Microsoft Windows in May 1998. It was powered by Unreal Engine, an original game engine. The game reached sales of 1.5 million units by 2002.

A game engine is a software framework primarily designed for the development of video games and generally includes relevant libraries and support programs such as a level editor. The "engine" terminology is akin to the term "software engine" used more widely in the software industry.

<span class="mw-page-title-main">Unreal Engine</span> Video game engine developed by Epic Games

Unreal Engine (UE) is a series of 3D computer graphics and game engines developed by Epic Games, first showcased in the 1998 first-person shooter video game Unreal. Initially developed for PC first-person shooters, it has since been used in a variety of genres of games and has been adopted by other industries, most notably the film and television industry. Unreal Engine is written in C++ and features a high degree of portability, supporting a wide range of desktop, mobile, console, and virtual reality platforms.

<span class="mw-page-title-main">Epic Games</span> American video game company

Epic Games, Inc. is an American video game and software developer and publisher based in Cary, North Carolina. The company was founded by Tim Sweeney as Potomac Computer Systems in 1991, originally located in his parents' house in Potomac, Maryland. Following its first commercial video game release, ZZT (1991), the company became Epic MegaGames, Inc. in early 1992 and brought on Mark Rein, who has been its vice president since. After moving the headquarters to Cary in 1999, the studio changed its name to Epic Games.

<i>Jazz Jackrabbit</i> Video game series

Jazz Jackrabbit is a series of platform games featuring the eponymous character, Jazz Jackrabbit, a green anthropomorphic hare who fights with his nemesis, Devan Shell, in a science fiction parody of the fable The Tortoise and the Hare. Created by Arjan Brussee and Cliff Bleszinski and developed by Epic Games, the series debuted on MS-DOS in 1994 with Jazz Jackrabbit. The series consists of two PC games and a handheld game.

A first-person shooter engine is a video game engine specialized for simulating 3D environments for use in a first-person shooter video game. First-person refers to the view where the players see the world from the eyes of their characters. Shooter refers to games which revolve primarily around wielding firearms and killing other entities in the game world, either non-player characters or other players.

<span class="mw-page-title-main">Torque (game engine)</span> 3D computer game engine

Torque Game Engine, or TGE, is an open-source cross-platform 3D computer game engine, developed by GarageGames and actively maintained under the current versions Torque 3D as well as Torque 2D. It was originally developed by Dynamix for the 2001 first-person shooter Tribes 2. In September 2012, GarageGames released Torque 3D as open-source software under the MIT License.

<span class="mw-page-title-main">Bink Video</span> Proprietary video format

Bink Video is a proprietary file format for video developed by Epic Games Tools, a part of Epic Games.

<span class="mw-page-title-main">PhysX</span> Realtime physics engine software

PhysX is an open-source realtime physics engine middleware SDK developed by Nvidia as a part of Nvidia GameWorks software suite.

<span class="mw-page-title-main">Unreal Engine 4</span> Video game engine

Unreal Engine 4 (UE4) is the fourth version of Unreal Engine developed by Epic Games. UE4 began development in 2003 and the first game using UE4 was released in April 2014. UE4 introduced support or physically based materials and a new visual programming language called "Blueprints." It was succeeded by Unreal Engine 5.

Unreal Engine 2 (UE2) is the second version of Unreal Engine developed by Epic Games. Unreal Engine 2 transitioned the engine from software rendering to hardware rendering and brought support for multiple platforms like the PS2. The first game using UE2 was released in 2002 and its last update was shipped in 2005. It was succeeded by Unreal Engine 3.

Unreal Engine 1 (UE1) is the first version of the Unreal Engine game engine. It was initially developed in 1995 by Epic Games founder Tim Sweeney for Unreal. Epic later began to license the Engine to other game studios. It was succeeded by Unreal Engine 2.

<span class="mw-page-title-main">Unity (game engine)</span> Cross-platform video game and simulation engine

Unity is a cross-platform game engine developed by Unity Technologies, first announced and released in June 2005 at Apple Worldwide Developers Conference as a Mac OS X game engine. The engine has since been gradually extended to support a variety of desktop, mobile, console, augmented reality, and virtual reality platforms. It is particularly popular for iOS and Android mobile game development, is considered easy to use for beginner developers, and is popular for indie game development.

MT Framework is a game engine created by Capcom. "MT" stands for "Multi-Thread", "Meta Tools" and "Multi-Target". While initially MT Framework was intended to power 2006's Dead Rising and Lost Planet: Extreme Condition only, Capcom later decided for their internal development divisions to adopt it as their default engine. As a result, the vast majority of their internally developed video games for the PlayStation 3 and Xbox 360 platforms were created on it, including four new titles and three remastered ports of past titles in the Resident Evil series. The visuals of the first games built with the engine were well received, and MT Framework has also won a CEDEC award.

<i>Angels Fall First</i> (video game) 2015 video game

Angels Fall First is a first-person multiplayer shooter by British studio Strangely Interactive, combining game-play elements of traditional squad-based shooters with space combat games, with a particular focus on the ability to pilot and crew capital ships, which also serve as infantry combat settings themselves. Previously a mod of Epic Games' first-person shooter Unreal Tournament 3 and referred to as Angels Fall First: Planetstorm, the game has since been moved to the Unreal Development Kit and was released on Steam's Early Access on 10 October 2015 with its current title.

<span class="mw-page-title-main">Epic Citadel</span> 2010 tech demo

Epic Citadel is a tech demo developed by Epic Games to demonstrate the Unreal Engine 3 running on Apple iOS, within Adobe Flash Player Stage3D and using HTML5 WebGL technologies. It was also released for Android on January 29, 2013.

TriOviz for Games Technology is a software development kit that works with Sony PlayStation 3, Microsoft Xbox 360, and PC.

Make Something Unreal, also known as $1,000,000 Make Something Unreal Contest and Make Something Unreal Live, was a series of video game development competitions organised by Epic Games which began in 2004, with subsequent competitions in 2008, 2012, and 2013. The contests aimed to reward developers who created mods using the Unreal game engine. Make Something Unreal has not returned since the event in 2013. Epic Games has since launched Epic MegaGrants, a grant based scheme, in 2019.

<span class="mw-page-title-main">Godot (game engine)</span> Cross-platform, open-source game engine

Godot is a cross-platform, free and open-source game engine released under the permissive MIT license. It was initially developed in Buenos Aires by Argentine software developers Juan Linietsky and Ariel Manzur for several companies in Latin America prior to its public release in 2014. The development environment runs on many platforms, and can export to several more. It is designed to create both 2D and 3D games targeting PC, mobile, and web platforms and can also be used to develop non-game software, including editors.

<span class="mw-page-title-main">Scaleform GFx</span> Discontinued game development middleware package

Scaleform GFx is a discontinued game development middleware package, a vector graphics rendering engine used to display Adobe Flash-based user interfaces and HUDs for video games. In March 2011, Autodesk acquired Scaleform Corporation and Scaleform GFx became part of the Autodesk Gameware line of middleware. On July 12, 2018, Autodesk discontinued Scaleform GFx, and it is no longer available for purchase.

References

  1. Reed, Kristan (July 1, 2004). "Unreal Engine 3 Interview". Eurogamer . Archived from the original on March 15, 2013.
  2. "Sony Computer Entertainment Enters into Strategic Licensing Agreement with Epic Games". sonyinteractive.com. July 21, 2005.
  3. Caron, Frank (2008-03-13). "Unreal Engine 4 to "exclusively target" next-gen consoles". Ars Technica. Archived from the original on January 23, 2019. Retrieved 2019-01-22.
  4. Crossley, Rob (December 20, 2010). "Unreal Engine 3 game comes to Android [Update 1]". Develop. Archived from the original on August 11, 2017. Retrieved August 11, 2017.
  5. De Vere, Kathleen (January 6, 2012). "A Top-Grossing iOS Game Like Epic's Infinity Blade II Can Earn More Than $5 Million a Month". Adweek . Archived from the original on August 11, 2017. Retrieved August 11, 2017.
  6. Sottek, T.C. (October 7, 2011). "Adobe Flash 11 adopts Unreal Engine 3 for better browser games". The Verge . Archived from the original on July 6, 2017. Retrieved August 11, 2017.
  7. Crossley, Rob (June 7, 2011). "Wii U powered by Unreal Engine 3 tech". Develop . Archived from the original on August 11, 2017. Retrieved August 12, 2017.
  8. Ligman, Kris (May 2, 2013). "See Epic's Unreal Engine 3 running in HTML5". Gamasutra . Archived from the original on August 11, 2017. Retrieved February 22, 2022.
  9. "We are no longer shipping updates for UE3 or UDK". unrealengine.com.
  10. 1 2 3 Maximum PC. "Game Engines – Exposed!". Maximum PC . No. Fall 2004 (Special ed.). Future US. pp.  59, 62–64. Archived from the original on October 16, 2019. Retrieved August 11, 2017.
  11. 1 2 Gelas, Johan De (March 14, 2005). "The Quest for More Processing Power, Part Two: "Multi-core and multi-threaded gaming"". www.anandtech.com.
  12. 1 2 Reed, Kristan (2 July 2004). "An Epic next-gen adventure". Eurogamer.net. Retrieved 10 July 2024.
  13. 1 2 3 Tan, Anthony (18 June 2004). "Interview with Epic's Tim Sweeney on UnrealEngine3". beyond3d.com. Retrieved 10 July 2024.
  14. Callaham, John (March 19, 2009). "Epic Games to show off new Unreal Engine 3 features at GDC". Big Download. Archived from the original on March 18, 2009.
  15. Shimpi, Anand Lal (December 29, 2009). "Epic Demonstrates Unreal Engine 3 for the iPod Touch, iPhone 3GS". AnandTech. Archived from the original on July 8, 2012.
  16. "Steamworks Integration Now Available to Unreal Engine 3 Licensees". Epic Games. March 11, 2010. Archived from the original on May 17, 2010.
  17. "Geomerics Announces New Enlighten Integration with Unreal Engine 3". Archived from the original on June 5, 2012. Retrieved February 22, 2022.
  18. Ingham, Tim (June 17, 2010). "E3 2010: Epic makes 3D Gears Of War 2 - We've seen it. It's mega. But retail release not planned". Computer and Video Games. Archived from the original on July 28, 2012. Retrieved February 12, 2011.
  19. "TriOviz for Games Technology Brings 3D Capabilities to Unreal Engine 3". Epic Games. October 6, 2010. Archived from the original on March 9, 2012.
  20. Fletcher, JC (October 11, 2010). "Epic's Mark Rein goes in-depth with Unreal Engine 3's TriOviz 3D". Joystiq. Archived from the original on March 12, 2012.
  21. Hamilton, Kirk (February 8, 2013). "Apparently, The Story Behind Epic's Dazzling 2011 Tech Demo Is A 'Doozy'". Kotaku. Archived from the original on October 6, 2014. Retrieved October 4, 2014.
  22. Gaudiosi, John (September 21, 2011). "Epic Games Founder Tim Sweeney Pushes Unreal Engine 3 Technology Forward". Forbes . Archived from the original on October 7, 2014. Retrieved October 4, 2014.
  23. IGN Staff (November 5, 2009). "Epic Games Announces Unreal Development Kit, Powered By Unreal Engine 3". IGN . Archived from the original on September 15, 2014. Retrieved September 14, 2014.
  24. "Epic Games Releases Unreal Development Kit With iOS Support". IGN . Ziff Davis. December 16, 2010. Archived from the original on September 15, 2014. Retrieved September 14, 2014.
  25. Grant, Christopher (September 19, 2011). "Unreal Engine 3 comes to Mac OS X, courtesy of September UDK release". Joystiq. Archived from the original on January 19, 2012.
  26. Brian, Steiner (June 24, 2013). "How the Unreal Engine Became a Real Gaming Powerhouse". Popular Mechanics . Archived from the original on March 27, 2023. Retrieved March 27, 2023.