You will need Unity 2020.1.13f1 to follow along. This tutorial assumes knowledge of C# and Unity. This tutorial uses Behavior Tree Visualizer, an open source tool to help view and debug trees. Writing ...
There are many different techniques for creating artificial intelligence in a game. Popular ones are Finite State Machines, Fuzzy Logic and Behavior Trees. Some games use just one technique, while ...