2. Supercharging the Game

Today we are going to Supercharge our “First 3D Game” in Unity 🙂 To be more precise, we are going to improve our “Player Controller” code to add “Special Abilities” to our character such as “Dash”, “Double Jump”, “Run”, “Glide”, “Wall Run” and “Wall Jump”. Unity Tutorial Level: Beginner-Intermediate. 2.1 Changing the Code. Spoiler Alert “There’s a lot of Code coming” 🙁 In order to add double jump, dash, wall-run, glide, and dash abilities […]

Continue reading

1. Making a 3D Game

Today we will make our “First 3D Game” in Unity 🙂 To be more precise and familiarize yourself with the terms used in the world of video game development, in this tutorial we’ll create a “Third Person Character Controller” using the tools offered by the Unity 3D game engine. Unity Tutorial Level: Beginner. 1.1 Creating a New Project. Let’s create a new project in Unity version 6: Run Unity Hub on our computer. On […]

Continue reading