Skip to content

Documentation for GDExtension in 4.1 still refers to 4.0 #7648

@dcuny

Description

@dcuny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:manualIssues and PRs related to the Manual/Tutorials section of the documentationbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions