
Publisher
mkgiga
Godot AI Helper
Helps you create a text string containing all the scripts and scene trees (formatted as an ASCII-tree) to give to an AI for context. You can add extra information about your project to appear above or below the scripts and scenes. Your configuration is saved to a .json file inside the addon's own directory, and will persist across sessions. NOTE: This is not an AI-assistant chat client for the godot editor. You are meant to paste the generated string into your chat bot of choice's prompt....
Godot AI Helper
A simple Godot 4 editor plugin to quickly gather context about your project (scripts, scenes) for AI assistants
This plugin creates a tab in the right sidebar (where the inspector is) to easily add scripts and scene trees to a list of included resources. Once you're done, go to the Output tab and press Regenerate.
Usage
- Install & Enable: Put
godot-ai-helper
inaddons/
, enable inProject Settings -> Plugins
. - Find Dock: Look for the "AI Helper" dock tab.
- Add: Open a script/scene, click "Include Current Script" or "Include Current Scene Tree" in the plugin's "Context" tab.
- Copy: Go to the "Output" tab, click "Refresh Output", then copy the generated text.
Installation
Method A:
- Install the addon using the AssetLib. Search for 'Godot AI Helper'
Method B:
git clone https://github.com/mkgiga/godot-ai-helper
- Place the
godot-ai-helper
folder into your project'saddons/
directory. - Go to
Project -> Project Settings -> Plugins
and enable "AI Helper".