Es wird Zeit, dass ich etwas über die Spielengine Unity 3D schreibe. Seit Oktober 2011 befasse ich mich, unter anderem  im Kurs GameDesign, mit Unity und habe die stärken und Schwächen des Programms kennen gelernt. Hier nun erst einmal die – soweit sei vorgegriffen – weitaus überwiegenden Vorteile.

Geschichte

Die Entwicklung an Unity begann 2001, 2005 wurde Unity 1 vorgestellt, 2007 Unity 2. Ab 2008 konnte man auf iOS und die Wii exportieren. 2009 kam dann der Durchbruch mit der Free Version mit der jedermann kostenlosen Zugriff auf die Engine bekam. Mit Unity 3 wird die Engine zum Trend der Spieleentwicklung 2010, aktuell gibt es über eine halbe Million Spielentwickler die mit Unity arbeiten.

Vorteile

Was unterscheidet Unity von anderen Game Engines wie der CryEngine oder der Unreal Engine? Zum einen die Einsteigerfreundlichkeit. Die Programmoberfläche ist modern und übersichtlich gestaltet, zahlreiche Tutorials bieten einen guten Einstieg. Da Unity mit Unityscript, einer stark an JavaScript angelehnten Programmiersprache, arbeitet fällt auch der Programmiereinstieg leicht. Gleichzeitig können Profis ihre Spiele in C# oder Boo entwickeln.

Der zweite große Vorteil ist die Portierbarkeit. Unity-Spiele können auf praktisch alle Spieleplatformen publiziert werden. Das geht von den PC-Systemen Windows und MacOS über die großen Spielekonsolen PlayStation 3, Xbox 360 und Nintendo Wii bis zu iOS und Android sowie über den Unity Webplayer für alle aktuellen Webbrowser. Seit Version 3.5 funktioniert auch der Export zu Flash. Linux- und Google Native Client-Support sollen ebenfalls in Arbeit sein.

Mit dieser enormen Bandbreite öffnet sich für Spieleentwickler der gesamte Spielemarkt ohne zeit- und kostenaufwändige Portierungen.

Spieleentwicklung mit Unity macht Spaß, auch weil die Community sehr hilfsbereit ist und es tausende Codeschnipsel gibt die einem helfen wenn man irgendwo nicht mehr weiter weiß.

Und als Independent Spieleentwickler halten sich die Kosten im Rahmen. Eine Pro-Lizenz kostet nur 1500 Dollar, inklusive lebenslangen Upgrades.

Was kann Unity?

Mit Unity ist es möglich jegliche Art von Spiel, vom 2D Jump and Run Spiel bis zum 3D Egoshooter, zu entwicklen. Für Letzteres ist es jedoch sicherlich sinnvoller eine speiziell dafür entwickelte Engine wie die CryEngine zu verwenden. Es gibt “große” Spiele die mit Unity entwickelt wurden, die Masse der Spiele fällt jedoch in den Bereich der kleinen Spiele, auch weil sie zumeist von Einzelentwicklern oder kleinen Gruppen erstellt wurden.

Unity endet jedoch nicht mit der Spielentwicklung. Durch die enorme Portierbarkeit, besonders im Internet über Flash und den UnityPlayer, eröffnen sich ganz neue Möglichkeiten die bisher nur mit 3D Modulen für Flash mit relativ viel Aufwand möglich waren. Interaktive 3D Präsentationen und virtuelle Shoppingmalls sind nur der Anfang des Möglichen.

Beispiele

Eine exzellentes Spiel das mit Unity erstellt wurde ist zum Beispiel Rochard, ein fantasievolles Weltraumabenteuer von Recoil Games. Was in kurzer Zeit möglich ist sieht man am letzten Wettbewerb “Flash-in-a-Flash” der zum Jahresenede lief. Die Ergebnisse, sind kreativ und interessant und bieten für jeden Geschmack einen netten Zeitvertreib.

Eine Liste von mit Unity entwickelten Spielen findet sich hier: http://unity3d.com/gallery/made-with-unity/game-list

Kostenloser entwicklereinstieg

Unity ist in einer Basisversion kostenlos erhältlich. Diese Version ist perfekt für den Einstieg in die Spieleentwicklung geeignet. Sie kann bis auf erweiterte Effekte (wie z.B. dynamische Schatten) alles was die Pro-Version auch kann.

Worauf wartest Du noch? Unity herunterladen und anfangen zu entwickeln!It’s high time I write some lines about the game engine Unity 3D. I’ve been working with Unity since October 2011 and have gotten to know its strengths, which by far outweigh the downsides. Here’s an introduction to what Unity is and why you should use it for game development.

HISTORY

Development on Unity began as early as 2001, in 2005 Unity 1 and in 2007 Unity 2 were released. 2008 brought export function to the Wii and iOS. The breakthrough came in 2009 with the first free version giving everybody access to the engine. Version 3 saw the rise of Unity to a trend in game development in 2010, right now there are over half a million developers working with Unity.

Advantages

What puts Unity apart from other game engines like the CryEngine or the UnrealEngine? For one thing it is incredibly beginner-friendly. The program interface is modern, clean and intuitive. Several introductory tutorials make it easy to get accustomed to the program and its abilities. Since Unity works with UnityScript, a close relative to JavaScript, programming access is also easy. At the same time professionals can use C# or Boo to develop their games.

A second great advantage is portability. Unity games can be published directly on almost all available gaming platforms. From Windows and MacOS to the gaming consoles PlayStation3, Xbox 360 and Nintendo Wii down to mobile platforms iOS and Android and any web broweser via the Unity web Player and (since version 3.5) also Flash. Linux- and Google Native Client support are in the making. And that’s all direct export! No mucking about with long and costly porting. This extreme range opens the whole gaming market to developers.

Game development with Unity is fun, especially because the huge community is very helpful and thousands of code pieces are available when you’re stuck.

For independent game developers, costs ale low, with a pro license only costing $ 1500, including lifetime upgrades.

What can I do with Unity?

You can develop any kind of game with Unity, from 2D jump and run games to 3D ego-shooters. However, for the latter it is probably a better idea to us a specialized game engine like the CryEngine. There are a couple of ‘big’ games developed with Unity out there, but the mass of Unity games falls into the category of small and casual games. Probably because they’re mostly developed by single persons or small groups.

Unity doesn’t end with game development. Due to its enormous range of platforms, especially the Internet via Flash and the UnityPlayer, new possibilities arise that were hitherto only possible via 3D modules for Flash. Interactive 3D presentations and virtual shopping malls are just the start of what’s going to come.

Examples

An excellent game developed with Unity is Rochard, a space adventure by Recoil Games. To see what’s possible look at the results of the competition ‘Flash-in-a-Flash’.

A list of games developed with Unity can be found here: http://unity3d.com/gallery/made-with-unity/game-list

Free start to game development

Unity is available in a basic version for free. This version is perfect for learning game development. It can do almost everything that the Pro version can do, except for advanced effects like shadows.

What are you waiting for? Go download Unity and start developing!