GOAP
GOAP Navigation Integration
Overview
One of the key extensions in Project Alien Utopia is the integration between the GOAP system and our custom navigation system. This integration allows AI agents to move intelligently through the game world while executing their GOAP plans.
Navigation Controller
The custom GOAP navigation controller bridges the gap between high-level planning and low-level movement. Located in /Code/Core/Goap
, it provides:
- Path requesting from the navigation system
- Movement execution
- Obstacle avoidance
- Path following
- Navigation event handling