News

A node based behaviour tree editor following a Hierarchical State Machine. Utilising Unity's experimental GraphView class, this editor is aimed at helping designers create and modify NPC AI logic ...
Creating a root node of the tree is easy, which can be done by call the get_split() function using the entire dataset. Adding more nodes to the tree is more interesting. Building a tree contains 3 ...