Artificial Intelligence for Games 101 – Navigation Meshes
Previous Post: Introduction to Artificial Intelligence For this, I will explain using Unreal Engine as my examples, though this works similarly for other Engines like Unity. An AI Mesh is a type of Data Structure that shows the AI where it is allowed to move. In UE4 this can be placed in using the NavMesh Volume class, which can then...