This workshop will show how the basic elements of the Unity game engine work and how they make it easier to write games. We will start explaining the basic structure of a game, and then jump to Unity to build some basic 2D game.
In this workshop you will learn:
The core concepts of the Unity game engine (objects and components)
How to setup the game scene in the Unity editor
How to write components using C# to add behavior to our objects