From Wikipedia, the free encyclopedia

{{subst:AfC submission/draftnew}}

Unreal Engine 3 (UE3) was the third version of Unreal Engine developed by Epic Games. The first games using UE3 were released at the end of 2006. It was succeeded by Unreal Engine 4.

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]

[[File:Unreal Engine 3 Samaritan Demo Screenshot.jpg|thumb|upright=1.2|right|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 Sweeney. [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]


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. ^ a b c 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. ^ a b Gelas, Johan De (March 14, 2005). "The Quest for More Processing Power, Part Two: "Multi-core and multi-threaded gaming"". www.anandtech.com.
  12. ^ a b Reed, Kristan (2 July 2004). "An Epic next-gen adventure". Eurogamer.net. Retrieved 10 July 2024.
  13. ^ a b c 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.
From Wikipedia, the free encyclopedia

{{subst:AfC submission/draftnew}}

Unreal Engine 3 (UE3) was the third version of Unreal Engine developed by Epic Games. The first games using UE3 were released at the end of 2006. It was succeeded by Unreal Engine 4.

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]

[[File:Unreal Engine 3 Samaritan Demo Screenshot.jpg|thumb|upright=1.2|right|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 Sweeney. [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]


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. ^ a b c 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. ^ a b Gelas, Johan De (March 14, 2005). "The Quest for More Processing Power, Part Two: "Multi-core and multi-threaded gaming"". www.anandtech.com.
  12. ^ a b Reed, Kristan (2 July 2004). "An Epic next-gen adventure". Eurogamer.net. Retrieved 10 July 2024.
  13. ^ a b c 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.

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook