
Description
Creature AI (StateTree) is an AI plugin for simple creatures, implemented using StateTree technology.
A demo scene for a complete animal AI, including AI scene patrols, encounters enemies and avoids them
Use navigation mesh to make AI find paths and roam in the scene
Traverse enemies to obtain targets, AI navigation and movement methods
StateTree technology sample code, including custom Condition, Evaluator, Task
Complete animal AI animation state machine example
AI attribute system
Easy to expand new AI Task, easy to understand