Installation
Welcome to the official Gamedev AI documentation! This page will focus on how to quickly add the assistant to your current Godot 4.6 project.
Requirements
- Godot Engine: Version 4.6 or higher (native
.gdextensionsupport is not required, the plugin runs pure GDScript). - Google or OpenRouter account for API keys.
Manual Step-by-Step (GitHub)
- Create or open an existing project in Godot 4.6.
- Navigate to your project's root folder (where the
project.godotfile is located). - Create an
addonsfolder (if it doesn't already exist). - Inside
addons/, download or clone the plugin repository:
bash
git clone git@github.com:fredarts/gamedev_ai.git(Or download the .zip file from the Releases tab on GitHub and extract it inside res://addons/gamedev_ai).
Activating in the Editor
With the files in place:
- Open your Godot project editor.
- Go to the
Projectmenu at the top and chooseProject Settings. - Navigate to the
Pluginstab at the top. - Find Gamedev AI in the list of installed plugins.
- Check the
Enablebox.
That's it! When you enable it for the first time, you will see the Gamedev AI Chat panel appear in your editor's right Dock.
