Category: Game Development


  • Character Controller in Unity

    Tutorial for moving your player! In this video, you will learn how to add a simple character controller in Unity. It will be very cool if you already have a movement script! Basically, the controller that has a simple green icon is a well known component in Unity projects and everyone knows how to use…

  • 3D Platformer in Unity – CAMERA Follow Tutorial

    For beginners! Let’s make a camera follow your player in Unity! Without camera follow, your game will look boring, so you need to make it stand out! The Unity Camera Follow tutorial is the first tutorial of the new month, which also presents the new phase of game development in Unity: making interesting camera follow…

  • How to Open a Door With a Key

    The Creator’s most basic tutorial! This tutorial is basic because of its simplicity. If you need an open door script for your project, this video is made for you! It has not too much to talk about, because you can create a simple cylinder. That will act like a key object. In this video, you…

  • New Input System in Unity 2D

    Tutorial for the New Input System! In this video, you will learn how to implement the new input system in Unity, as well as the mobile controls in your Unity project. The reason why you should use it is because the old inputs will be deprecated in future versions. The system covered in this video…

  • 2D Platformer in Unity – Player Movement

    This is a kind of game that can be found in various indie game projects. Just like every indie game, 2D platformer movement is easy to make! This video will help you make a small game scene that will be controlled by a character made of sprites. The character design process takes part of a…

  • How to make a Game Character

    A simple game design character. This is an example of a simple character that can be used for various purposes. A game can look simple just like Minecraft, Crossy Road etc. Hi there! If you want to make a simple character, this guide is for you! I have created a very simple character that will…

  • Enemy Shooting in Unity

    Tutorial for Enemy Shooting in Unity. The Tutorial Let’s make the enemy cube shoot bullets to the player! Don’t take this sentence seriously, because it is not intended to sound violent like real life shooting. Anyway, the cube shoots some toy bullets, which are ball shaped and they don’t really harm your player or any…

  • Lives Counter in Unity

    Tutorial for making a Lives Counter. Kozmobot Games has published a new tutorial on his YouTube channel. This tutorial is about a lives counter in Unity, based on displaying the number of hearts on the screen. The developer uses a switch function that defines what to do when the variable health, which is a static…

  • How to Respawn Player in Unity

    Tutorial for Player Respawn. Many people have had issues with player respawn in Unity. This tutorial will tell you how to fix it. Every problem has a solution. The video can fix one of the most recognized issues in Unity… First of all, you need to make a simple script that can power the player…

  • 3D Platformer in Unity – Player Jump

    3D Platformer Jump The easiest guide to make a 3D platformer jump script in C#, this video will help you understand the basics of Unity game development. This is the third part of the tutorial series; next part will focus on camera movement and moving with camera rotation. In this video, I will teach you…

Latest Comments

  1. Nice idea! This character can be used in order to make a very interesting game with logos. When I finish…

Texturing in Blender

Useful tips for texturing and texture painting! If you want to texturize your 3D model in Blender, this tutorial[…]

Sculpting in Blender 4.4

Learn how to do sculpting! In this tutorial, I will teach you how to do sculpting in Blender. After[…]

PlayerPrefs Saving System in Unity

Introduction PlayerPrefs is a saving system that can be useful if you want to save a small number value.[…]

Game Development-Unity Tutorials