Godot-3D-Enemies Ep.2

First repo for AI series. It is founded on character controller series code base, but you don't need to watch it to understand the code. The folder that will be the focus of this repo is Enemies folder. Currently there are three subfolders there: Humanoid, MobUnstructured and MobFM. Humanoid contains the oldest makeshift approach of highjacking the control of player's scene. MobUnstrutured contains the ugly abomination of a script that I used to illustrate the point in the end of the first video. MobFSM contains the subject of the second episode, where the same behaviour implemented with better practices.