Skip to content

Commit 0ab625f

Browse files
authored
Merge pull request #3 from andyb-unity/unity/notes
[Unity] Add notes and update support list
2 parents f312791 + 028bd27 commit 0ab625f

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

clients/unity.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "../client_schema.json",
33
"name": "Unity",
44
"vendor": "Unity Technologies",
5+
"notes": "Refer to each package's documentation for more information.",
56
"platforms": [
67
"Windows (Desktop)",
78
"Windows Subsystem for Android (WSA)",
@@ -12,6 +13,7 @@
1213
{
1314
"name": "OpenXR Plug-in",
1415
"abbreviation": "OpenXR Plug-in",
16+
"notes": "https://docs.unity3d.com/Packages/com.unity.xr.openxr@latest",
1517
"extensions": [
1618
"XR_KHR_android_create_instance",
1719
"XR_KHR_android_surface_swapchain",
@@ -50,12 +52,20 @@
5052
"XR_EXT_hand_interaction",
5153
"XR_FB_touch_controller_pro",
5254
"XR_META_touch_controller_plus",
53-
"XR_MSFT_unbounded_reference_space"
55+
"XR_MSFT_unbounded_reference_space",
56+
"XR_EXT_future",
57+
"XR_EXT_spatial_anchor",
58+
"XR_EXT_spatial_entity",
59+
"XR_EXT_spatial_marker_tracking",
60+
"XR_EXT_spatial_persistence",
61+
"XR_EXT_spatial_persistence_operations",
62+
"XR_EXT_spatial_plane_tracking"
5463
]
5564
},
5665
{
5766
"name": "XR Composition Layers",
5867
"abbreviation": "Comp Layers",
68+
"notes": "https://docs.unity3d.com/Packages/com.unity.xr.compositionlayers@latest",
5969
"extensions": [
6070
"XR_KHR_composition_layer_color_scale_bias",
6171
"XR_KHR_composition_layer_cube",
@@ -67,6 +77,7 @@
6777
{
6878
"name": "Unity OpenXR: Meta",
6979
"abbreviation": "Meta",
80+
"notes": "https://docs.unity3d.com/Packages/com.unity.xr.meta-openxr@latest",
7081
"extensions": [
7182
"XR_FB_display_refresh_rate",
7283
"XR_FB_passthrough",
@@ -76,21 +87,30 @@
7687
"XR_FB_spatial_entity_container",
7788
"XR_FB_spatial_entity_query",
7889
"XR_META_colocation_discovery",
90+
"XR_META_spatial_entity_discovery",
7991
"XR_META_spatial_entity_group_sharing",
8092
"XR_META_spatial_entity_mesh",
93+
"XR_META_spatial_entity_persistence",
8194
"XR_META_spatial_entity_sharing"
8295
]
8396
},
8497
{
8598
"name": "Unity OpenXR: Android XR",
8699
"abbreviation": "Android XR",
100+
"notes": "https://docs.unity3d.com/Packages/com.unity.xr.androidxr-openxr@latest",
87101
"extensions": [
88-
"XR_FB_display_refresh_rate"
102+
"XR_FB_display_refresh_rate",
103+
"XR_ANDROID_device_anchor_persistence",
104+
"XR_ANDROID_passthrough_camera_state",
105+
"XR_ANDROID_raycast",
106+
"XR_ANDROID_trackables",
107+
"XR_ANDROID_trackables_object"
89108
]
90109
},
91110
{
92111
"name": "XR Hands",
93112
"abbreviation": "Hands",
113+
"notes": "https://docs.unity3d.com/Packages/com.unity.xr.hands@latest",
94114
"extensions": [
95115
"XR_EXT_hand_tracking",
96116
"XR_FB_hand_tracking_aim"

0 commit comments

Comments
 (0)