|
7 | 7 | > from Godot's `master` branch.
|
8 | 8 | >
|
9 | 9 | > For users of stable branches, switch to the branch matching your target Godot version:
|
| 10 | +> - [`4.4`](https://github.com/godotengine/godot-cpp/tree/4.4) |
| 11 | +> - [`4.3`](https://github.com/godotengine/godot-cpp/tree/4.3) |
10 | 12 | > - [`4.2`](https://github.com/godotengine/godot-cpp/tree/4.2)
|
11 | 13 | > - [`4.1`](https://github.com/godotengine/godot-cpp/tree/4.1)
|
12 | 14 | > - [`4.0`](https://github.com/godotengine/godot-cpp/tree/4.0)
|
@@ -49,20 +51,13 @@ Godot version.**
|
49 | 51 |
|
50 | 52 | ## Compatibility
|
51 | 53 |
|
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 |
58 |
| -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. |
| 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 |
|
|
0 commit comments