Genoma Invaders
Genoma Invaders is a Fixed shooter from the Shoot ‘em up genre game developed to teach the basics for game development in Unity which development is explained through a series of tutorials.
1 - Getting Started in Unity 2D Game Development
This tutorial covers some basic concepts about start developing 2D games in Unity. Game Object, Components, Sprites, how to handle Pixel Art for games in Unity, and helps to get used to Unity editor interface.
2 - How to Move 2D Objects in Unity
This tutorial shows basics for Unity 2D Game Development concepts like adding custom components to Game Object, fundamental Unity scripting with C#, 2D Game Object movement in Unity, how to handle inputs in Unity and how to instantiate Game Object in Unity.
3 - Unity Physics 2D Using Collider2D and Kinematic Rigidbody2D
Learn how to handle 2D game objects collisions while making a space invaders 2D game using the Unity physics 2D engine with 2D colliders and kinematic 2D rigid bodies.
4 - Using Unity UI for in-game HUDs
This article covers how to implement a basic User Interface on Unity using Unity UI to display info to players.