Unity 3D Game Demo - Space Runner

Controls:

About the demo:

This demo is my first go at making a proper 3D game in Unity following on from my 2D Asteroids style game from a while back.

As with my Asteroids demo, all the main game scripts were written from scratch in C#, while the actual graphics and sound effects are from tutorials and asset packs available from the Unity Resources section of the Unity Technologies website. The music is made up of a few loops assembled in Acid Xpress and then layered and cross-faded in Unity.

The demo also uses some excellent 3rd party code frameworks including: the Detonator explosion framework, iTween and a customised version of this Unity C# Messenger system.