Create simple AI in a matter of secondsSimple AI is a great tool for creating fast AI for prototyping games.How to useCreate AI- Move your AI and path object into the resource folder- move the prefab AI object to the AI object field- select the behaviours you would like- Press the Attach behaviour button- Press Create AI (Spawns AI at a position of (0,0,0))Create Path- Move your path prefab that is in the resources folder into the AI Path Object field- You can either Press create path manually which will spawn the path object at a position of (0,0,0) or create path with the mouse. With create path with mouse, simply go top down on your scene and click at the points you would like the object to be and it will spawn at that location.*Note: if you have selected the Player detection behaviour to ensure that the player in the scene with a tag "Player".