Nov 9, 2021How to let your AI See!This tutorial covers how to make it so that your AI guards can see the player if they pass in front of them. There are multiple other ways to do this like using a raycast. For this tutorial you will use a cube in front of the guard as a…Gamedevhq2 min readGamedevhq2 min read
Nov 4, 2021Creating Modular Waypoint System in UnityThis tutorial will cover how to add enemy guard AI that uses a modular waypoint system. First create a script for your guard. Add it to your guard. Also, add a Nav Mesh Agent to it as well.Gamedevhq3 min readGamedevhq3 min read
Nov 2, 2021Using the Unity Animation SystemThis tutorial will cover the basics of using the Unity animation system. The first step is set your player back to it’s default settings and turn off the mesh render so the capsule will not be displayed. Next, add your prefab character as a child of your Player. Adjust the…Gamedevhq3 min readGamedevhq3 min read
Oct 30, 2021Looking at the Player in UnityThis tutorial will cover always having the camera look at the player and track the player as they move across the screen. First create a new script called LookAtPlayer. Add the script to your main camera.Gamedevhq2 min readGamedevhq2 min read
Oct 29, 2021Using the Camera Triggers in UnityThis tutorial will cover how to use camera triggers to adjust your camera angles in Unity. Do to this you should already have your camera triggers and your camera angles set up. Create a script called CameraTrigger. Assign it to all of your camera triggers. Also make sure all of…Gamedevhq2 min readGamedevhq2 min read
Oct 27, 2021Working with Unity’s Nav Mesh System for Smart AIIn the last tutorial it covered creating a point and click movement system using Unity’s Nav Mesh System. You can find that tutorial here. This is a review of how to setup a Nav Mesh AI. First you need to open the Navigation window. …Gamedevhq3 min readGamedevhq3 min read
Oct 26, 2021Point & Click to Move in UnityThis tutorial will cover implement a point and click system to move the player around a room. If you don’t have one already create a Player script, attach it to your player, and open it. …Gamedevhq2 min readGamedevhq2 min read
Oct 22, 2021Lining up Audio & Visual to Build Cutscenes in UnityThis tutorial covers working with the Audio and Animation that you have added to your Timeline to create your cutscenes. With your audio now in the Timeline it is just a matter of fine tuning your camera cuts and transitions. AS you listen to your audio while watching your cuts you will notice when those cuts should be happening. Adjust your cuts to match your audio as needed.Gamedevhq2 min readGamedevhq2 min read
Oct 22, 2021Adding Audio to TimelineThis tutorial will cover how to add audio to your timeline in Unity. First create an empty GameObject to hold your audio. Then create two more empty GameObjects, one for your voice over and another for the music. Then give these two new GameObjects each an Audio Source.Gamedevhq2 min readGamedevhq2 min read
Oct 20, 2021Animate Camera Blend using TimelineThis is a quick tutorial on blending two cameras together using Timeline. Blending the cameras together will create a smoother transition between them. First setup your shot and your two cameras in Timeline.Gamedevhq1 min readGamedevhq1 min read