Tag: gamedev


  • How to Check if a Button is pressed in Unity

    New Input System If you use New Input System, you can make a button check in a much different way: There is no if-statement, you need an input action asset. But how to check if you press a button? That’s very simple! First of all, the New Input System doesn’t have the same if statement…

  • 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…

  • 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…

  • 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…

  • Meet Cosmo

    Meet Cosmo

    YOUR PERSONAL ASSISTANT. Meet Cosmo, a young robot who helps people solve their major problems with design and game development. For testing purposes, Kozmo is one of the most improvised robots who knows 10 programming languages. Kozmo is a great robot and he is the best humanoid. His friends could be birds, humans or aliens,…

  • Tic Tuc game

    Tic Tuc game

    ,

    An endless runner for Android devices. Try it now! The new game for Android devices! Tic Tuc is the endless runner game that was developed in 2019, but there is an update! Tic Tuc Runner is just a name that makes Tic Tac and Tuc cookies connected in one game. Tikac-Tukac, also known as Ticketta,…

Latest Comments

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

Top Down Space Shooter in Unity 2D

In the previous video, I have configured the player to be rotated towards mouse position. I have also realized[…]

Save Level Progress in Unity

How do you save your game progress between scenes in Unity? After finishing the integration of your saving system[…]

Space Shooter in Unity 2D

Easily make a space shooter! With this tutorial, you can make a space shooter game by adding a triangle[…]

Unity Tutorials