Turnbased

2021-01-20T06:57:07+00:00

Turn based combat This tutorial will teach you how to make a 2D turn-based combat game in Unity. We will be using 2D rigging and 2D IK to create the animations. The game will contains 4 different characters, orc, lich, skeleton, and a devil. We will make a universal rig, that we can reuse [...]

Pathfinding

2021-01-20T06:56:49+00:00

PATHFINDING WITH A* This is a miniseries that supports my RPG tutorial. This tutorial will teach you how to implement A* pathfinding (Astar) on a tilemap in Unity. GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D [...]

Dragon flyer

2019-04-14T08:57:55+00:00

DRAGON FLYER This is a simple one button endless runner game. You can test out the game here in your browser or download it on GooglePlay. In the tutorial you will learn how to implement the following things: Parallax scrolling background in 3 layers. An endless scrolling background. Random obstacle generation. Restarting the game [...]

Tilemap

2021-01-20T06:56:33+00:00

TILE MAP In this tutorial you will learn how to use the new tilemap feature in unity. We will generate our own custom tile so that we can use it to add wat er to our map. GET THE FILES Get this and all my current and future projects on Patreon for 5$. This [...]

RPG

2021-01-20T06:56:24+00:00

RPG In this tutorial series you will learn how to create an RPG game in UNITY. The scripting language used in this series is C#. I will explain everything I'm doing in details so that every one can follow along and learn something. I will be following the Object oriented principles and keep good [...]

Color Bazerk

2021-01-20T06:56:15+00:00

COLOR BAZERK In this tutorial you will learn how to create the game ColorBazerk GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a [...]

Debugging

2021-01-20T06:56:05+00:00

DEBUGGING Thus tutorial teach you how to use the Visual studio debugger with Unity. GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a [...]

Keybinds

2021-01-20T06:55:46+00:00

KEYBINDS This tutorial will teach you how to create a keybind menu in Unity. GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a [...]

Casting bar

2021-01-20T06:55:16+00:00

In this tutorial you will learn how to create a casting bar in Unity. GET THE FILES. Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a [...]

2D Platformer

2021-01-20T06:54:13+00:00

2D PLATFORMER In this tutorial you will learn how to create a 2D platformer in Unity GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project [...]

Inventory

2021-01-20T06:54:03+00:00

In this tutorial you will learn how to create an inventory in Unity. GET THE FILES. Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a standalone [...]

Health bar

2021-01-20T06:53:50+00:00

In this tutorial you will learn how to create a health bar in Unity. GET THE FILES. Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as a [...]

ZigZag Clone

2019-04-14T09:08:48+00:00

ZIGZAG In this tutorial you will learn how to a clone of the game ZigZag. GET THE FILES Get this and all my current and future projects on Patreon for 5$. This includes all assets from all my projects (Sprites, 3D models, sounds, C# scripts with comments etc.). PATREON Get this project as [...]