Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/platform/android/android_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ For example::
else:
printerr("Initialization error")

Support using the gdextension functionality in the Godot Editor
Support using the GDExtension functionality in the Godot Editor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If planning to use the gdextension functionality in the Godot Editor, it is recommended that the
gdextension's native binaries are compiled not just for Android, but also for the OS onto which
If planning to use the GDExtension functionality in the Godot Editor, it is recommended that the
GDExtension's native binaries are compiled not just for Android, but also for the OS onto which
developers / users intend to run the Godot Editor. Not doing so may prevent developers /
users from writing code that accesses the plugin from within the Godot Editor.

Expand Down