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…
In this video, you will learn how to make a simple moving platform, which will parent your player every time you land on it. The platform will be moved according to waypoints, which will be created as empty game objects that will only contain transform component. The platform will be a child object of the…
In this video, you will learn how to save your game progress in Unity. This video will involve C# programming and using JSON Utility for storing game data. The saved data can be stored in a .json file and will be loaded or saved by pressing a button. JSON save Many people who make games…
Learn How to Animate! Learn how to animate your own character in Unity 3D! You can import your own character or you can download examples from Mixamo. The process is very simple, you don’t really have to use the character that I am using, since it will be for my video game that I plan…
Tutorial for beginners! Have you ever wondered how to make an amazing Endless Runner in Unity? This tutorial has everything you need! How to make an Endless Runner in the easiest way? This video is the right explanation! Introduction There is not too much to explain because the scripts are the most important part of…
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…
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…
Lego drawing for Inktober Challenge. This is a simple drawing of a lego set, but the Inktober Lego Drawing turns out to be part of just one figure. The Inktober is continuing in 2024! Drawing Process In this video, you can learn how to draw your own Lego figure, you can make your own character…
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…
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…