How do you save your game progress between scenes in Unity? After finishing the integration of your saving system in Unity, the thing that you might notice is that it only works in one scene. You are curious how to make multiple levels and ensure that the saving system will save your player’s position, health,…
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…
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…
How do you save your game progress between scenes in Unity? After finishing the integration of your saving system[…]
Easily make a space shooter! With this tutorial, you can make a space shooter game by adding a triangle[…]
Learn how to rotate! The pivot point is a component in Unity that determines where the object will be[…]
Do you have any experience with pun?