3ddelano / discord-game-sdk-godot

Unofficial Discord GameSDK wrapper for Godot Engine 4.x (includes demo project)
MIT License
16 stars 2 forks source link

[Godot 4.2.2+] GDExtension file must contain "configuration/compatibility_minimum" key #3

Open EliteMasterEric opened 2 weeks ago

EliteMasterEric commented 2 weeks ago

Got this error when opening the sample project:

core/extension/gdextension.cpp:887 - GDExtension configuration file must contain a "configuration/compatibility_minimum" key: res://addons/discord-game-sdk-godot/libdgs.gdextension
  Failed loading resource: res://addons/discord-game-sdk-godot/libdgs.gdextension. Make sure resources have been imported by opening the project in the editor at least once.

Adding the requested compatibility flag immediately closes the editor when I try to open the project.

3ddelano commented 2 weeks ago

There were changes to GDExtenstion in Godot 4.2.x which have not been updated in the plugin such as the minimum compatibility and newer commit for the godot-cpp repo.