Skip to content

Commit

Permalink
Document GDNative add-on version compatibility being stricter than usual
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Apr 6, 2022
1 parent b3fbab0 commit 4709121
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tutorials/scripting/gdnative/what_is_gdnative.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4709121

Please sign in to comment.