nathanfranke/gdextension

Compiles for Godot4.4, not 4.3

nikotte opened this issue · 1 comments

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 ?

This should be fixed as of fdbd835. Thanks for reporting.