Skip to content

Commit eb00206

Browse files
authored
Merge pull request #8740 from BastiaanOlij/improve_openxr_android_export_42
Corrected a few things in the openxr android documentation
2 parents ed8a175 + 0e8d000 commit eb00206

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tutorials/xr/deploying_to_android.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ Installing the vendors plugin
3939
.. warning::
4040
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.
4141
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.
4342

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

4645
.. image:: img/openxr_loader_asset_lib.webp
4746

4847
You will find the installed files inside the **addons** folder.
4948

5049
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>`__.
5150

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

5453
You can find the main repository of the vendors plugin `here <https://github.com/GodotVR/godot_openxr_vendors>`__.
5554

@@ -94,9 +93,7 @@ Now you can repeat the same process for the other devices.
9493

9594
.. warning::
9695
While the Mobile Vulkan renderer has many optimizations targeted at mobile devices, we're still working out the kinks.
97-
It is highly advisable to use the OpenGL renderer for the time being when targeting Android based XR devices.
98-
99-
Note that we are awaiting driver updates on various devices before Vulkan support will work on these.
96+
It is highly advisable to use the compatibility renderer (OpenGL) for the time being when targeting Android based XR devices.
10097

10198
Running on your device from the Godot editor
10299
--------------------------------------------
-1.98 KB
Binary file not shown.

0 commit comments

Comments
 (0)