From dd4c2439fe8b26272b5628511b6c1d10aa6be32e Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Wed, 20 Mar 2024 13:38:41 +1100 Subject: [PATCH] Add a note to the vendor plugin info that it no longer needs to be enabled. --- tutorials/xr/deploying_to_android.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/xr/deploying_to_android.rst b/tutorials/xr/deploying_to_android.rst index 639701c0b..ea7aac836 100644 --- a/tutorials/xr/deploying_to_android.rst +++ b/tutorials/xr/deploying_to_android.rst @@ -62,6 +62,12 @@ Enable the **GodotOpenXRVendors** plugin. .. image:: img/xr_enable_vendors_plugin.webp +.. note:: + This is no longer required from vendors plugin 2.0.3 onwards as it now uses GDExtension. + The plugin will not be shown in this list. + You can verify it is installed correctly by checking if the export presets contain + the entries described below. + Creating the export presets --------------------------- You will need to setup a separate export preset for each device, as each device will need its own loader included.