Learn how to create and program your very own Vampire Survivors, Brotato game using Unity, an industry-standard game development program used by large gaming studios and indie developers across ...
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 ...
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 ...
In this Unity tutorial we're going to look at the differences between the Start, Awake, and OnEnable methods.
The project files are available to our patrons here:
► ...
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 ...
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:
► ...
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
...
In this Unity game development tutorial we're going to look at how we can prevent a character from bouncing, when moving down a slope.
We'll start off by explaining why the character bounces ...
In this Unity game development tutorial we're going to look at how to create a third person camera. We’ll look at how to have the camera orbit around the character, how to zoom in and out, and ...
In this Unity game development tutorial we're going to look at how we can use the Unity Terrain tools to easily create 3D landscapes in our game. We'll cover how to sculpt the terrain, how to add ...