Create AI controller

Combat AI framework has its own AI controller, but it's abstracted so that you would not use it directly and instead create a child class. Let's do it Find the Editor widget named "Create new system". Right-click it, and press Run Editor Utility Widget

Then type in the system prefix System name and system path

I will name my system TutorialSystem and the path will be /Tutorial/

After I pressed the create button. The status changed to "Created with [0] errors" which indicates that the system is fully created.

Last updated