Posts

Ragdoll to Standing Improved! - Unity Game Development Tutorial

Image
In a previous tutorial, 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 before it stood back up. In this Unity tutorial, we’re going to improve this by using different ‘stand up’ animations, depending on the direction the ragdoll's facing..

Creating an Enemy Wander AI - Unity 2D Top Down Shooter Game Tutorial

Image
In this Unity tutorial we're going to look at how to make enemies randomly wander around.

Improve Game Performance with Unity's Job System and the Burst Compiler! - Unity Game Development Tutorial

Image
In this Unity tutorial we're going to look at how to use Unity’s Job System to massively improve the performance of a game!

Fix for Unity Intellisense Not Working in Visual Studio - Unity Game Development Tutorial

Image
In this tutorial we're going to look at how to fix a common issue when using Visual Studio with Unity.

How to Make the Player Shoot - Unity 2D Top Down Shooter Game Tutorial

Image
 In this Unity tutorial we're going to look at how to allow the player to shoot and destroy enemies

2d Top Down Shooter - Ready to Play!

Hi Guys! Good news! We’ve now finished developing the game we're going to be building in our 2D Top Down Shooter Series. You can now try out two versions of the game below. We have one where the character shoots in the direction it’s moving, and another where you can aim with the mouse or the right thumbstick. Please give them a try, and let us know if you find any bugs or issues, so we can fix them. Finally, we've made the project files available to our 'All Access' Patrons ( click to download ), so you can explore how it all works while you’re waiting for the videos to be released. Fixed Aim Version In this version the character shoots in the direction it’s moving 2D Top Down Shooter (Fixed Aim) by ketra-games Free Aim Version In this version you can aim with the mouse or the right thumbstick 2D Top Down Shooter (Free Aim) by ketra-games

C# Naming Conventions in Unity

Image
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 conventions used in our videos.