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.