Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble downloading the Godot SQLite plugin #186

Open
KrispyPrism opened this issue Sep 12, 2024 · 3 comments
Open

Trouble downloading the Godot SQLite plugin #186

KrispyPrism opened this issue Sep 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@KrispyPrism
Copy link

Hi,

When i go to the Godot asset library and download the SQLite plugin there seem to be some files missing. For example i am not getting the .gdsn and .gdnlib files. They simply do not show up.

When i download the .zip file from Github and import the plugin i can see both files there and are selected for installation. But when i install them i get a "Parse Error failed to load script".

Would anyone have any idea on how to fix this issue? I tried getting the older Github version for Godot 3.x just in case it could work. But i get the same parse error there.

Thanks in advance

@KrispyPrism KrispyPrism added the bug Something isn't working label Sep 12, 2024
@2shady4u
Copy link
Owner

Hello @KrispyPrism,

What version of Godot are you using? .gdsn and .gdnlib files aren't used any longer in Godot 4+.
Also on what host platform (Windows, Linux, MacOS) are you trying to install the plugin?

@KrispyPrism
Copy link
Author

KrispyPrism commented Sep 13, 2024 via email

@2shady4u
Copy link
Owner

Hello @KrispyPrism,

If you have a database already prepared you'll either have to copy it into the project folder (res://) or the user folder ('user://')
After that you should be able to open the database in Godot with the help of this plugin (see the example project here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants