0. Tutorial: C# script - basics (beginners)

tutorial 0 icon In this tutorial I am trying to explain about basics of C# scripts.

1. Tutorial: 2D Catch Game (beginners). Part 1.

tutorial 1 icon With this tutorial you can make basic prototyp for 2D catch game. The tutorial should be suitable for beginners. There is some C# code in this tutorial. It will be better, if you know at least some basics about C#. The tutorial is based on built-in physics 2D. You can see how to move gameobjects with Rigidbody2D and how to check collisions between Collider2D and Trigger .

2. Tutorial: 2D Catch Game (beginners). Part 2.

tutorial 2 icon Here is the second part of "catch game 2D" tutorial. You can check the first part here . The tutorial should be suitable for beginners. There is some C# code in this tutorial. It will be better, if you know at least some basics about C#. In this part we will add simple UI and sounds to our game.

3. Tutorial: 2D Space Shooter (beginners)

tutorial 3 icon Here you can see how to do simple 2D space shooter game. The tutorial is based on built-in physic 2D. The players ship will be controlled with mouse clicks.

4. Tutorial: 2D Platformer (beginners). Part 1.

tutorial 4 icon This tutorial is about, how to make simple 2D platformer in Unity. Built-in physic2D will be used for this tutorial. Some basics about sprite sheet animation.

5. Tutorial: 2D Platformer (for beginners). Part 2.

Tutorial 5 icon This is the second part of the 2D platformer tutorial. The tutorial is about: basic AI, moving platform and parallax effect.