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

Unable to compile with 4.1.3 (probably anything since 4.1) #7

Closed Squatnet closed 3 weeks ago

Squatnet commented 1 year ago

Attempting to compile for 4.1.3 (or probably anything since 4.1 wont work due to changes in the way gdextension_init() works in register_types

i'll fix it up and make a PR

nathanfranke commented 11 months ago

Mostly fixed in https://github.com/nathanfranke/gdextension/pull/8

I omitted your suggestion to have absolute paths in example.gdextension. It works fine for me with relative paths.

Working for me, Godot 4.2.1 on Linux.

nathanfranke commented 3 weeks ago

Should be working as of #8