Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Thanks for the report I will review it and correct the link.


Edit: I checked the download link, put it into a newly created project and have not had any errors. What error did you get?

the direct link downloads a .rar and inside it has a folder "DatabaseEditor". That folder must be moved to the "addons" folder of your game. Maybe you moved it to the root of your game instead of the addons folder.

(2 edits)

I'm super new to godot, so I could very well be doing something wrong.

Here's the error that I get when I try to enable the plugin: 

Unable to load addon script from path: 'res://addons/DatabaseEditor/DatabaseEditor/plugin.gd'. This might be due to a code error in that script.

Disabling the addon at 'res://addons/DatabaseEditor/DatabaseEditor/plugin.cfg' to prevent further errors.

That is a generic error, there is not much information there. Sometimes godot fails to open a plugin due to cache or import issues. This is usually fixed by closing and opening the project again or deleting the folder named ".godot" in your game folder, and when you go back to the editor it should start re-importing all the assets and should no longer error.

I got it working, thanks for the help!