|
2 | 2 | "$schema": "../client_schema.json", |
3 | 3 | "name": "Unity", |
4 | 4 | "vendor": "Unity Technologies", |
| 5 | + "notes": "Refer to each package's documentation for more information.", |
5 | 6 | "platforms": [ |
6 | 7 | "Windows (Desktop)", |
7 | 8 | "Windows Subsystem for Android (WSA)", |
|
12 | 13 | { |
13 | 14 | "name": "OpenXR Plug-in", |
14 | 15 | "abbreviation": "OpenXR Plug-in", |
| 16 | + "notes": "https://docs.unity3d.com/Packages/com.unity.xr.openxr@latest", |
15 | 17 | "extensions": [ |
16 | 18 | "XR_KHR_android_create_instance", |
17 | 19 | "XR_KHR_android_surface_swapchain", |
|
50 | 52 | "XR_EXT_hand_interaction", |
51 | 53 | "XR_FB_touch_controller_pro", |
52 | 54 | "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" |
54 | 63 | ] |
55 | 64 | }, |
56 | 65 | { |
57 | 66 | "name": "XR Composition Layers", |
58 | 67 | "abbreviation": "Comp Layers", |
| 68 | + "notes": "https://docs.unity3d.com/Packages/com.unity.xr.compositionlayers@latest", |
59 | 69 | "extensions": [ |
60 | 70 | "XR_KHR_composition_layer_color_scale_bias", |
61 | 71 | "XR_KHR_composition_layer_cube", |
|
67 | 77 | { |
68 | 78 | "name": "Unity OpenXR: Meta", |
69 | 79 | "abbreviation": "Meta", |
| 80 | + "notes": "https://docs.unity3d.com/Packages/com.unity.xr.meta-openxr@latest", |
70 | 81 | "extensions": [ |
71 | 82 | "XR_FB_display_refresh_rate", |
72 | 83 | "XR_FB_passthrough", |
|
76 | 87 | "XR_FB_spatial_entity_container", |
77 | 88 | "XR_FB_spatial_entity_query", |
78 | 89 | "XR_META_colocation_discovery", |
| 90 | + "XR_META_spatial_entity_discovery", |
79 | 91 | "XR_META_spatial_entity_group_sharing", |
80 | 92 | "XR_META_spatial_entity_mesh", |
| 93 | + "XR_META_spatial_entity_persistence", |
81 | 94 | "XR_META_spatial_entity_sharing" |
82 | 95 | ] |
83 | 96 | }, |
84 | 97 | { |
85 | 98 | "name": "Unity OpenXR: Android XR", |
86 | 99 | "abbreviation": "Android XR", |
| 100 | + "notes": "https://docs.unity3d.com/Packages/com.unity.xr.androidxr-openxr@latest", |
87 | 101 | "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" |
89 | 108 | ] |
90 | 109 | }, |
91 | 110 | { |
92 | 111 | "name": "XR Hands", |
93 | 112 | "abbreviation": "Hands", |
| 113 | + "notes": "https://docs.unity3d.com/Packages/com.unity.xr.hands@latest", |
94 | 114 | "extensions": [ |
95 | 115 | "XR_EXT_hand_tracking", |
96 | 116 | "XR_FB_hand_tracking_aim" |
|
0 commit comments