LOD Explained (Unity Tutorial)
In this Unity tutorial we're going to look at how we can use LOD, or ‘Level of Detail’, to help improve the performance of our games. The project files are available to our patrons here: ► ...
In this Unity tutorial we're going to look at how we can use LOD, or ‘Level of Detail’, to help improve the performance of our games. The project files are available to our patrons here: ► ...
Previously we looked at how to make a ragdoll return to standing after a period of time. One of the issues with the solution was that if the zombie fell on its front, there was a noticeable flip ...
Learn how to make a platformer game from scratch in Unity 2022 with combo attacks, hit knockback, two enemy types, physics collision, and much more. Reference Project Patreon Download ➣ ...
In our last video we looked at how to add an animated jump to a character. At the moment, the transition from ‘jumping up’ to ‘falling down’ is really noticeable. This is because the rotation of ...
Episode 5 | 30 Day Tutorial Series ★ FREE ASSETS GET HYPED ★ ★ Come join the Team Beard Discord: https://discord.com/invite/hhv4qBs ★ ⚜️Check out my Marketplace Asset ⚜️ 🗡️ Mele 🗡️ ...
Learn how to build your first 3D game in Unity with this preview tutorial. In this video, I will show you the basics of creating a 3D game using Unity's user-friendly interface and powerful ...
In this tutorial we're going to look at a really useful feature in Unity, that allows us to use mathematical functions to position groups of objects. Help support our work: ► Patreon: ...
In this Unity tutorial we're going to look at a really simple way to pause and resume a game. The project files are available to our patrons here: ► https://www.patreon.com/posts/70967262 Want ...
End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced to scrap their ambitious Unity games because they don't know these ...
In this Unity 2D tutorial we're going to look at how to make a game object rotate, to face the direction it’s moving in. This is the third video in our series showing how to make a full top down ...
In this video we're going to look at naming conventions in Unity. We’ll go through why naming conventions are important, and then look at a slight change we’re planning on making to the naming ...
In this Unity tutorial we're going to look at how we can create simple animations The project files are available to our patrons here: ► https://www.patreon.com/posts/62683553 Want to follow ...
In this Unity game development tutorial we're going to look at how to use wind zones to make trees sway. The project files are available to our patrons here: ► ...
User Interfaces are a big part of every video game played and today's video is highlighting the start of what CryEngine is capable of with UIs with C# scripting. While we are creating a basic ...
In this Unity game development tutorial we’re going look at how we can easily control when to transition from one animation to another from our scripts. We’ll see how we can use animation ...
In this Unity game development tutorial we’re going to look at how we can make a character jump when a button is pressed. The final script can be found here - https://dotnetfiddle.net/0GDAm3 ...