Behavior Trees describe complex AI behavior as small, modular tasks. Each task is a piece of code that runs repeatedly, similar to MonoBehaviour.Update. A behavior tree chooses which task to run based ...
It also provides a visual interface for editing the behavior trees. This project was developed as part of the Cognitive Architectures research line from the Hub for Artificial Intelligence and ...