Skip to content

Commit e685673

Browse files
authored
Merge pull request #8359 from BastiaanOlij/openxr_vendors_plugin
Change XR Android export to mention OpenXR vendors plugin
2 parents 0aca6be + 2be7e4d commit e685673

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

tutorials/xr/deploying_to_android.rst

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Most standalone headsets run on Android and OpenXR support is making its way to
99

1010
Before following the OpenXR-specific instructions here, you'll need to first setup your system to export to Android in general, including:
1111

12-
- Installing OpenJDK 11
12+
- Installing OpenJDK 17
1313
- Installing Android Studio
1414
- Creating a debug.keystore
1515
- Configuring the location of the Android SDK and debug.keystore in Godot
@@ -33,34 +33,35 @@ This will create a folder called **android** inside of your project that contain
3333

3434
You can read more about gradle builds here: :ref:`doc_android_gradle_build`.
3535

36-
Installing the loader plugin
37-
----------------------------
36+
Installing the vendors plugin
37+
-----------------------------
3838

3939
.. warning::
40-
The Android plugin structure has been restructured in Godot 4.2, if you've previously installed the loader plugin you need to delete it from the `android/plugins` folder.
41-
The loader plugin available in the asset library is still the old one, it will be updated to the new one after 4.2 is released.
40+
The Android plugin structure has been restructured in Godot 4.2, and the loader plugin was renamed to vendors plugin as it now includes more than just loaders.
41+
If you've previously installed the loader plugin you need to delete it from the `android/plugins` folder.
42+
The loader plugin available in the asset library is still the old one, it will be updated to the new vendor plugin after 4.2 is released.
4243

43-
The loaders can be downloaded from the asset library, search for OpenXR Loaders and install the plugin:
44+
The vendors plugin can be downloaded from the asset library, search for OpenXR and install the plugin:
4445

4546
.. image:: img/openxr_loader_asset_lib.webp
4647

4748
You will find the installed files inside the **addons** folder.
4849

49-
Alternatively you can manually install the loader plugin by downloading the v2.x version of the plugin `from the release page here <https://github.com/GodotVR/godot_openxr_loaders/releases>`__.
50+
Alternatively you can manually install the vendors plugin by downloading the v2.x version of the plugin `from the release page here <https://github.com/GodotVR/godot_openxr_vendors/releases>`__.
5051

51-
You will need to copy the `assets/addons/godotopenxr` folder from the zip file into your projects `assets/addons` folder.
52+
You will need to copy the `assets/addons/godotopenxrvendors` folder from the zip file into your projects `assets/addons` folder.
5253

53-
You can find the main repository of the loader plugin `here <https://github.com/GodotVR/godot_openxr_loaders>`__.
54+
You can find the main repository of the vendors plugin `here <https://github.com/GodotVR/godot_openxr_vendors>`__.
5455

55-
Enabling the loader plugin
56-
--------------------------
56+
Enabling the vendors plugin
57+
---------------------------
5758

58-
The loader plugin needs to be enabled before the export settings become accessible.
59+
The vendors plugin needs to be enabled before the export settings become accessible.
5960
Open **Project** and select **Project Settings...**.
6061
Go to the **Plugins** tab.
61-
Enable the **GodotOpenXR** plugin.
62+
Enable the **GodotOpenXRVendors** plugin.
6263

63-
.. image:: img/xr_enable_loader_plugin.webp
64+
.. image:: img/xr_enable_vendors_plugin.webp
6465

6566
Creating the export presets
6667
---------------------------
@@ -88,7 +89,7 @@ Now you can repeat the same process for the other devices.
8889
.. note::
8990
There are separate loaders for the Meta Quest, Pico and Lynx R1 headsets.
9091

91-
The fourth option is the official Khronos (KHR) loader, in due time all headsets should work with this loader.
92+
The fourth option is the official Khronos loader, in due time all headsets should work with this loader.
9293
At the moment this loader has been tested with the Magic Leap 2 and standalone HTC headsets.
9394

9495
.. warning::
-13.7 KB
Binary file not shown.
14.3 KB
Loading

0 commit comments

Comments
 (0)