This is an advanced 3D tutorial. Hopefully you have seen my previous Unity 3D tutorial or are fairly familiar with Unity 3D because I am assuming you are aware of familiar Unity 3D concepts. In ...
This example will show you how to create an AI for a guard character in a game. It demonstrates how you can plan a complex AI using a finite state machine, how to implement it in UnityHFSM and ...