Skip to content

Commit cc8e799

Browse files
committed
GH-421 Add Godot compatibility to README.md
1 parent 8edae09 commit cc8e799

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/20bdd53e-9a27-4326-1b11-65fe443e0400/public)
22

3-
![Godot v4.2](https://img.shields.io/badge/Godot-v4.2-%23478cbf?logo=godot-engine&logoColor=white&style=flat-square)
3+
![Godot v4.3](https://img.shields.io/badge/Godot-v4.3-%23478cbf?logo=godot-engine&logoColor=white&style=flat-square)
44
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Vahera/godot-orchestrator?&style=flat-square)
55
[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-blue?logo=apache)](https://github.com/Vahera/godot-orchestrator/blob/main/LICENSE)
66

@@ -22,6 +22,17 @@ The following screenshots only scratch the surface of what the plug-in offers ou
2222

2323
![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/b5ca95e3-1a3c-4376-dacb-df463ef3fa00/public)
2424

25+
## Godot Compatibility
26+
27+
Orchestrator is made using Godot GDExtension technology, which has certain ABI (application binary interface) requirements that must be followed to guarantee that the integration between extensions and the engine work as expected.
28+
The following table describes which Orchestrator version you should use based on your Godot editor version.
29+
30+
Using the wrong version of Orchestrator with the Godot editor may result in unexpected behavior or crashes.
31+
32+
| Godot 4.3+ | Godot 4.2 |
33+
|-------------------------|-----------------------|
34+
| v2.1.x+ (`main` branch) | v2.0.x (`2.0` branch) |
35+
2536
## 🚀 Features
2637

2738
* A complete visual scripting solution for Godot.

0 commit comments

Comments
 (0)