mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Document GDNative add-on version compatibility being stricter than usual
(cherry picked from commit 4709121d02)
This commit is contained in:
committed by
Rémi Verschelde
parent
f56ea1952a
commit
a05f8138e1
@@ -93,3 +93,13 @@ The bindings below are developed and maintained by the community:
|
||||
research options thoroughly before starting a project with one of those.
|
||||
Also, double-check whether the binding is compatible with the Godot version
|
||||
you're using.
|
||||
|
||||
Version compatibility
|
||||
---------------------
|
||||
|
||||
:ref:`Unlike Godot itself <doc_release_policy>`, GDNative has stricter version
|
||||
compatibility requirements as it relies on low-level *ptrcalls* to function.
|
||||
|
||||
GDNative add-ons compiled for a given Godot version are only guaranteed to work
|
||||
with the same minor release series. For example, a GDNative add-on compiled for
|
||||
Godot 3.4 will only work with Godot 3.4, 3.4.1, 3.4.2… but not Godot 3.3 or 3.5.
|
||||
|
||||
Reference in New Issue
Block a user