Movement System

Overview

The Movement System is responsible for making an AI character move from its current position on the MNM (Multilayer Navigation Mesh) to another position. This includes several steps that the movement system will all take care of on its own:

  1. Finding a path between the start and end positions
  2. Building a movement plan
  3. Following the path

Additional documentation: