Intro
A path network is a simplified navigation structure used in Game AI and Robotics where movement is defined through a set of nodes (waypoints) connected by edges that represent valid paths 1. Path networks lets you explicitly define where to go (e.g. patrol routes for guards).



