Browse Source

Merge pull request #8517 from BastiaanOlij/change_xr_features

Correct XR feature list to be more accurate
Matthew 1 year ago
parent
commit
b4b7ff55ff
1 changed files with 7 additions and 3 deletions
  1. 7 3
      about/list_of_features.rst

+ 7 - 3
about/list_of_features.rst

@@ -641,10 +641,14 @@ XR support (AR and VR)
 
 - Out of the box :ref:`support for OpenXR <doc_setting_up_xr>`.
 
-   - Including support for popular headsets like the Meta Quest and the Valve Index.
+   - Including support for popular desktop headsets like the Valve Index, WMR headsets, and Quest over Link.
 
-- Support for ARKit on iOS out of the box.
-- Support for the OpenVR APIs.
+- Support for :ref:`Android based headsets <doc_deploying_to_android>` using OpenXR through a plugin.
+
+  - Including support for popular stand alone headsets like the Meta Quest 1/2/3 and Pro, Pico 4, Magic Leap 2, and Lynx R1.
+
+- Other devices supported through an XR plugin structure.
+- Various advanced toolkits are available that implement common features required by XR applications.
 
 GUI system
 ----------