-
-
Notifications
You must be signed in to change notification settings - Fork 676
Closed
Labels
documentationtopic:gdextensionThis relates to the new Godot 4 extension implementationThis relates to the new Godot 4 extension implementation
Milestone
Description
Like we did for 4.0 with #874, this pinned issue will be used to list the godot-cpp commits which are in sync with matching Godot 4.1 beta and RC snapshots.
- 4.1-beta1: c669f0b
- 4.1-beta2: be25a50
- 4.1-beta3: bfc9e0b
- 4.1-rc1: a4784e1
- 4.1-rc2: 80986f8
- 4.1-rc3: d2b8ff4
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
). This is however not supported and not guaranteed to work - godot-cpp is still beta software and will keep changing until it's mature enough.
Metadata
Metadata
Assignees
Labels
documentationtopic:gdextensionThis relates to the new Godot 4 extension implementationThis relates to the new Godot 4 extension implementation