top of page

Made with unity & c#

Simple AI Editor

 

By Ashley Rich

 

Use for tool:

 

  • Simple AI is a Unity editor that will make the process of creating AI with simple behaviours quick and easy. Within seconds after installing the editor into your project you could have an AI wandering around your level.

 

How Simple AI editor creates the AI:

 

  • My main objective with this tool was to make it user friendly. To do this I created the editor so that any 3D game object that gets put into the AI object field can become an AI. When pressing the create AI button the editor will attach all the essential components like the navmesh agent and rigid body to that object. 

 

  • Behaviours for the user to pick from are:

    • Wonder

    • Player detection

    • Health

 

How simple AI editor creates the path:

  • Same as the AI object field the AI path field allows the user to use any 3D object to be used for the AI path. 

    • The user can either spawn the path manually which will spawn each object at a position of (0,0,0)

    • Or the user can spawn the path object with the mouse. The editor checks that the mouse is interacting with a collider, if so then the path object will spawn at the mouse position.

 

Available at: https://assetstore.unity.com/packages/tools/ai/simple-ai-editor-211538​

bottom of page