The process for installing GameDev Assistant is fairly simple and straightforward. Below you can find instructions both in a video format and in a written format. Please note that in order to use GameDev Assistant, you must have Godot installed first. Also note that this only works in version 4.4 and that earlier versions of Godot cannot be used.
Note that this article focuses specifically on first-time installations. To upgrade your client version, please see this article instead: How do I upgrade my GameDev Assistant version?
Installation - Video Version
Installation - Written Version
1. Head to https://app.gamedevassistant.com/ and access your account. If you don't have an account, our system automatically creates one.
2. Once logged in to your dashboard, scroll down to the Download Plugin window and hit the Download button.
3. After hitting the download button, this will download a zip file. Unzip the file with your preferred tool.
4. Open your Godot project and locate the FileSystem dock. In the res:// folder, create a new folder called addons (note this is case sensitive)
5. Locate your unzipped plugin folder and drag the gamedev_assistant folder into the addons folder.
IMPORTANT NOTE: In order for the plugin to work, the hierarchy must be as follows:
📁 res://
└─ 📁 addons
└─ 📁 gamedev_assistant
└─ plugin.gd (and other files)
6. Head to the Project Settings -> Plugins tab and check the On button to enable the GameDev Assistant plugin.
7. While optional, we recommend restarting Godot or reloading the project to clear up any issues that might occur from the plugin being enabled.
8. Locate the Assistant tab which will appear next to the Inspector dock. Note that you may need to resize this sidebar in order to be able to see the Assistant tab.
As we're actively developing GameDev Assistant, we'll occasionally release new client versions of the plugin with new features (or simply the ability to work with newer versions of Godot). In this article, we'll go over the steps required to update ...
GameDev Assistant, created by Zenva, is a Godot AI coding assistant designed to speed up your workflows. Built as a Godot plugin, this tool works directly within the engine itself - reducing context switching to other windows and AI tools. The tool ...
If you're using GameDev Assistant for the first time, or feel like you're not using it correctly, you can review the walkthrough video below to get started. This video was built with first-time users in mind to showcase the various abilities of the ...
The quality of AI responses often comes down to your specific prompt - and GameDev Assistant is no different in that regard. In this article, we'll provide some tips for writing good prompts so you can get the most out of this Godot co-pilot! Want ...
Yes, GameDev Assistant does save old conversations unless you manually delete them. You can find the saved conversations in the Assistant window by hitting the list view icon next to settings (gear) icon. From this Conversations window, you can: ...