2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
895 stars 79 forks source link

Update GDExtension code to match beta-9 renames from godot-cpp #115

Closed cridenour closed 1 year ago

cridenour commented 1 year ago

Setting to draft as Godot reported all good with the initial launch, but silently fails when using the extension class.

cridenour commented 1 year ago

Removing draft as the error I'm seeing is only on my own project.

cridenour commented 1 year ago

In case anyone else has issues, if SQLite won't show up in the class documentation (F1) inside Godot after upgrading, you just need to nuke your .godot folder to fix.

Also just a good habit for all Godot 4 upgrades.

2shady4u commented 1 year ago

Thank you for updating this @cridenour 😄