-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
4.1
Page says it's up to date for 4.1, but still refers to version 4.0
Godot Engine 4.1 documentation in English
The GDExtension tutorial page says that it's currently up to date with 4.1.
However, the "Note" says that "you need to use the 4.0 branch of godot-cpp, which is only compatible with Godot 4.0 and being used here as an example."
The code references the 4.0 version as well:
git submodule add -b 4.0 https://github.com/godotengine/godot-cpp
and
git clone -b 4.0 https://github.com/godotengine/godot-cpp
Additionally, the release notes state there is a binary incompatibility between GDExtensions built in 4.0 vs. 4.1, which requires a small change. I don't see that information referenced on the page, and this "small change" would be helpful to know about before I start trying to port my 4.0 extensions to 4.1, so I can make that change.