Kitbashery / Modular-AI

Visual behaviour & AI design tool for Unity.
https://kitbashery.com/docs/modular-ai
MIT License
34 stars 1 forks source link
3d ai asset behavior behaviour design modular open-source pathfinding unity unity3d-plugin visual-scripting

Unity Version GitHub OpenUPM DevKit Documentation Contributing

For a more performant, stable and fully featured solution check out our latest asset:

Smart GameObjects

Modular-AI

Modular AI is an inspector based visual behaviour designer.

Features:

Built-in Modules:

Unity Pathfinding:

Memory:

Sensors:

Animation:

Getting Started:

All components can be found under Kitbashery in the component menu:

Online documentation & scripting API is found at:

https://kitbashery.com/docs/modular-ai

Utility Theory:

Modular AI uses utility theory for its AI behaviour logic. An AI agent can have as many behaviours as you want.

Note: Since v.2.0.2 Modular AI supports linear state-machine-like evaluation by default with optional competing utility theory behaviours.

Behaviours:

Behaviours are comprised of conditions and actions and have a score value. The behaviour with the score that best meets the score type you set will execute its actions.

Conditions:

Conditions are true/false statements based on what the AI knows about the game world. If a condition meets its desired state then it will add its score to the behaviour's total score.

Actions:

Actions are executed in the order they are arranged if a behaviour's total score meets the score type better than any other behaviour.

Module Scripting:

Take a look at the docs for ExampleModule.cs for how to create your own modules.


The name Kitbashery & all associated images Copyright © 2023 Kitbashery. All Rights Reserved.