Skip to content

Commit 33ef0cb

Browse files
authored
Merge pull request godotengine#7957 from BastiaanOlij/openxr_enable_loaders
OpenXR : Add step to enable the loader plugin
2 parents 192a535 + 1a2063b commit 33ef0cb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

tutorials/xr/deploying_to_android.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ This will create a folder called **android** inside of your project that contain
3333

3434
You can read more about custom builds here: :ref:`doc_android_custom_build`.
3535

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

3939
.. warning::
4040
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.
@@ -52,6 +52,16 @@ You will need to copy the `assets/addons/godotopenxr` folder from the zip file i
5252

5353
You can find the main repository of the loader plugin `here <https://github.com/GodotVR/godot_openxr_loaders>`__.
5454

55+
Enabling the loader plugin
56+
--------------------------
57+
58+
The loader plugin needs to be enabled before the export settings become accessible.
59+
Open **Project** and select **Project Settings...**.
60+
Go to the **Plugins** tab.
61+
Enable the **GodotOpenXR** plugin.
62+
63+
.. image:: img/xr_enable_loader_plugin.webp
64+
5565
Creating the export presets
5666
---------------------------
5767
You will need to setup a separate export preset for each device, as each device will need its own loader included.
13.7 KB
Loading

0 commit comments

Comments
 (0)