nathanfranke / gdextension

GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library. Updated to Godot 4.3.
The Unlicense
196 stars 27 forks source link

Compiles for Godot4.4, not 4.3 #11

Open nikotte opened 2 weeks ago

nikotte commented 2 weeks ago

This GDextension compiles, in contrast to the official one in the Godot documentation, great ! However while it is stated to be for Godot 4.3, it demands Godot 4.4 on start ( "... Cannot load a GDExtension built for Godot 4.4.0 using an older version of Godot (4.3.0)"). Could introducing branches for the various versions of Godot be an option, so each user can pull the template as required ?