You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like we did for previous Godot 4.x versions (with #874, #1136, #1267, and #1475), this pinned issue will be used to list the godot-cpp commits which are in sync with matching Godot 4.4 beta and RC snapshots.
To benefit from non-compat breaking changes to godot-cpp on an older snapshot, you might be able to get it to work by using godot-cpp master and syncing the contents of gdextension manually with the official snapshot you're using (i.e. dumping the extension API and GDExtension interface with godot --dump-extension-api --dump-gdextension-interface).
The text was updated successfully, but these errors were encountered:
Unfortunately, godot.4.4-beta1 --dump-extension-api --dump-gdextension-interface on godot-cpp.4.3 doesn't compile, as it complains about missed type char32
Unfortunately, godot.4.4-beta1 --dump-extension-api --dump-gdextension-interface on godot-cpp.4.3 doesn't compile, as it complains about missed type char32
The note at the bottom of the description is referring to doing the reverse: using godot-cpp master and dumping the extension API and interface from Godot v4.3 (or some other earlier stable release).
The note at the bottom of the description is referring to doing the reverse
Oh ... sorry, didn't figured out, because to be honest, in my case, currently master is barely usable - without fixing #1610 it is way slow, not only when I build it, but also when I work (compile) an extension for my project.
Like we did for previous Godot 4.x versions (with #874, #1136, #1267, and #1475), this pinned issue will be used to list the godot-cpp commits which are in sync with matching Godot 4.4 beta and RC snapshots.
To benefit from non-compat breaking changes to godot-cpp on an older snapshot, you might be able to get it to work by using godot-cpp
master
and syncing the contents ofgdextension
manually with the official snapshot you're using (i.e. dumping the extension API and GDExtension interface withgodot --dump-extension-api --dump-gdextension-interface
).The text was updated successfully, but these errors were encountered: