
D
Publisher
derleon97
Utility AI C#
Tools
C# AI Behavior Decision Scripting Dictionary CrossLanguage Addon
This is a C# port of John Pennycook's Godot Utility AI which is written in GDScript. The original GDScript addon can be found here: https://godotengine.org/asset-library/asset/1937
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Purpose
This is a C# port of John Pennycook's godot-utility-ai which is written in GDScript.
The original GDScript addon may be used in combination with C# via cross-language-scripting, but in some cases it might be beneficial to have the addon available directly in C#.
Differences to original version
- The
Context
is a dictionary instead of a variant - The
Action
is a dictionary instead of a variant