I can't enable or find GameDev Assistant after installing it. What do I do?

I can't enable or find GameDev Assistant after installing it. What do I do?

After installing GameDev Assistant, you may find that you're unable to enable it, have conversations with the AI, or even locate where the tool is in your editor. Below, you will find troubleshooting tips for the most common errors that will help you access the plugin. If none of these tips below help, please feel free to reach out to our team directly via our helpdesk or via our Discord server for GameDev Assistant.

Check your Godot version

GameDev Assistant works only in the stable release of Godot 4.4. Most issues are caused by trying to use the plugin in an earlier version of Godot. You can find which version of Godot you have open by checking the bottom right of the main editor viewport.



Restart Godot

Sometimes the editor simply glitches with the plugin after installation. If you haven't done so already, try restarting Godot.

Check your file hierarchy

Godot expects a very specific hierarchy in order for the plugin to work. Make sure that your FileSystem is as follows:

📁 res://
  └─ 📁 addons
      └─ 📁 gamedev_assistant
         └─ plugin.gd (and other files)

Resize your right sidebar

The plugin is designed to open in the same dock as your Inspector. If your right sidebar is particularly thin, you may need to resize the dock in order to be able to see the tab for the Assistant.


    • Related Articles

    • How do I install GameDev Assistant?

      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 ...
    • Does GameDev Assistant save my old conversations?

      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: ...
    • How do I upgrade my GameDev Assistant version?

      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 ...
    • What is GameDev Assistant?

      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 ...
    • Overview of using GameDev Assistant

      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 ...