Brief Introduction
Learn how to create an Asteroids 3D Spacer Shooter Game in Unity.Description
In this Unity Video Course you will learn how to create your own Asteroids 3D Space Shooter Top Down Game using the Unity Game Engine. For the functionality we write C# Code in Monodevelop.
Unity
You will learn to create the complete process in Unity and setup everything needed
I will show you how you can setup the playfield and organize the Hierarchy.
We use the Canvas System for Grafics or Score later which requires Unity 4.6+
C#
We will put in functionality with scripts using Monodevelop and C# (you can also use Visual Studio)
We will implement Keyboard inputs for steering the ship
We will create a "wrapping" system to keep all asteroids in play
We will create simple AI for the Ufo enemy
As a result of this course you will have a finished Space Shooter Game based on Asteroids. In the end you can change all 3D Models to your own and optimize all to create a Shooter like that in any style you like.
Level: Intermediate
Video Course Length: ~3hours
Unity Version required: 4.6+
Requirements
- Requirements
- You need Unity 4.6 + since we will make use of the Canvas System.
- Some basic knowledge in Unity & C# is always helpful especially when it comes to debugging.
- For menus and possible graphics, any graphics program knowledge is always helpful.