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
> 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.
54
+
GDExtensions targeting an earlier version of Godot should work in later minor versions,
55
+
but not vice-versa. For example, a GDExtension targeting Godot 4.2 should work just fine
56
+
in Godot 4.3, but one targeting Godot 4.3 won't work in Godot 4.2.
57
+
58
+
There is one exception to this: extensions targeting Godot 4.0 will _not_ work with
59
+
Godot 4.1 and later.
60
+
See [Updating your GDExtension for 4.1](https://docs.godotengine.org/en/latest/tutorials/migrating/upgrading_to_godot_4.1.html#updating-your-gdextension-for-godot-4-1).
66
61
67
62
## Contributing
68
63
@@ -145,4 +140,4 @@ See the [godot-cpp-template](https://github.com/godotengine/godot-cpp-template)
145
140
generic reusable template.
146
141
147
142
Or checkout the code for the [Summator example](https://github.com/paddy-exe/GDExtensionSummator)
148
-
as shown in the [official documentation](https://docs.godotengine.org/en/latest/tutorials/scripting/gdextension/gdextension_cpp_example.html).
143
+
as shown in the [official documentation](https://docs.godotengine.org/en/latest/tutorials/scripting/cpp/gdextension_cpp_example.html).
0 commit comments