@@ -49,20 +49,22 @@ Godot version.**
49
49
50
50
## Compatibility
51
51
52
- > [ !WARNING]
53
- >
54
- > The GDExtension API is brand new in Godot 4.0, and is still
55
- considered in ** beta** stage, despite Godot 4.0 itself being released.
56
- >
57
- > This applies to both the GDExtension interface header, the API JSON, and this
52
+ Due to the intricacies of working with [ ABIs] ( https://en.wikipedia.org/wiki/Application_binary_interface ) ,
53
+ compatibility with GDExtension is not as strictly guaranteed as with GDScript or C#.
54
+ Current limitations in the GDExtension system may also require compatibility-breaking changes
55
+ to be lifted. This applies to both the GDExtension interface header, the API JSON, and this
58
56
first-party ` godot-cpp ` extension.
59
- >
60
- > Some compatibility breakage is to be expected as GDExtension and ` godot-cpp `
61
- > get more used, documented, and critical issues get resolved. See the
62
- > [ Godot issue tracker] ( https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension )
63
- > and the [ godot-cpp issue tracker] ( https://github.com/godotengine/godot-cpp/issues )
64
- > for a list of known issues, and be sure to provide feedback on issues and PRs
65
- > which affect your use of this extension.
57
+
58
+ In practice, this means that ** GDExtension compatibility can occasionally break across minor Godot releases** .
59
+ Be sure to read the [ Migrating] ( https://docs.godotengine.org/en/latest/tutorials/migrating/index.html )
60
+ guide for your current Godot version when running into issues with installing GDExtensions.
61
+
62
+ Some compatibility breakage is to be expected as GDExtension and ` godot-cpp `
63
+ get more used, documented, and critical issues get resolved. See the
64
+ [ Godot issue tracker] ( https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension )
65
+ and the [ godot-cpp issue tracker] ( https://github.com/godotengine/godot-cpp/issues )
66
+ for a list of known issues, and be sure to provide feedback on issues and PRs
67
+ which affect your use of this extension.
66
68
67
69
## Contributing
68
70
0 commit comments