Day: July 29, 2024


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

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