|
| 1 | +{ |
| 2 | + "$schema": "../client_schema.json", |
| 3 | + "name": "Unity", |
| 4 | + "vendor": "Unity Technologies", |
| 5 | + "platforms": [ |
| 6 | + "Windows (Desktop)", |
| 7 | + "Windows Subsystem for Android (WSA)", |
| 8 | + "Android (All-in-one)", |
| 9 | + "macOS (Desktop)" |
| 10 | + ], |
| 11 | + "components": [ |
| 12 | + { |
| 13 | + "name": "OpenXR Plug-in", |
| 14 | + "abbreviation": "OpenXR Plug-in", |
| 15 | + "extensions": [ |
| 16 | + "XR_KHR_android_create_instance", |
| 17 | + "XR_KHR_android_surface_swapchain", |
| 18 | + "XR_KHR_android_thread_settings" |
| 19 | + "XR_KHR_composition_layer_depth", |
| 20 | + "XR_KHR_D3D11_enable", |
| 21 | + "XR_KHR_D3D12_enable", |
| 22 | + "XR_KHR_loader_init", |
| 23 | + "XR_KHR_opengl_es_enable", |
| 24 | + "XR_KHR_visibility_mask", |
| 25 | + "XR_KHR_vulkan_enable", |
| 26 | + "XR_KHR_vulkan_enable2", |
| 27 | + "XR_EXT_performance_settings", |
| 28 | + "XR_EXT_user_presence", |
| 29 | + "XR_FB_foveation", |
| 30 | + "XR_FB_foveation_configuration", |
| 31 | + "XR_FB_foveation_vulkan", |
| 32 | + "XR_FB_space_warp", |
| 33 | + "XR_FB_swapchain_update_state", |
| 34 | + "XR_META_foveation_eye_tracked", |
| 35 | + "XR_META_performance_metrics", |
| 36 | + "XR_META_vulkan_swapchain_create_info", |
| 37 | + "XR_MSFT_first_person_observer", |
| 38 | + "XR_MSFT_holographic_window_attachment", |
| 39 | + "XR_MSFT_secondary_view_configuration", |
| 40 | + "XR_OCULUS_audio_device_guid", |
| 41 | + "XR_KHR_maintenance1", |
| 42 | + "XR_EXT_hp_mixed_reality_controller", |
| 43 | + "XR_EXT_local_floor", |
| 44 | + "XR_EXT_palm_pose", |
| 45 | + "XR_VARJO_quad_views", |
| 46 | + "XR_KHR_binding_modification", |
| 47 | + "XR_EXT_conformance_automation", |
| 48 | + "XR_EXT_dpad_binding", |
| 49 | + "XR_EXT_eye_gaze_interaction", |
| 50 | + "XR_EXT_hand_interaction", |
| 51 | + "XR_FB_touch_controller_pro", |
| 52 | + "XR_META_touch_controller_plus", |
| 53 | + "XR_MSFT_unbounded_reference_space" |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "XR Composition Layers", |
| 58 | + "abbreviation": "Comp Layers", |
| 59 | + "extensions": [ |
| 60 | + "XR_KHR_composition_layer_color_scale_bias", |
| 61 | + "XR_KHR_composition_layer_cube", |
| 62 | + "XR_KHR_composition_layer_cylinder", |
| 63 | + "XR_KHR_composition_layer_equirect", |
| 64 | + "XR_KHR_composition_layer_equirect2" |
| 65 | + ] |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "Unity OpenXR: Meta", |
| 69 | + "abbreviation": "Meta", |
| 70 | + "extensions": [ |
| 71 | + "XR_FB_display_refresh_rate", |
| 72 | + "XR_FB_passthrough", |
| 73 | + "XR_FB_scene", |
| 74 | + "XR_FB_scene_capture", |
| 75 | + "XR_FB_spatial_entity", |
| 76 | + "XR_FB_spatial_entity_container", |
| 77 | + "XR_FB_spatial_entity_query", |
| 78 | + "XR_META_colocation_discovery", |
| 79 | + "XR_META_spatial_entity_group_sharing", |
| 80 | + "XR_META_spatial_entity_mesh", |
| 81 | + "XR_META_spatial_entity_sharing" |
| 82 | + ] |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "Unity OpenXR: Android XR", |
| 86 | + "abbreviation": "Android XR", |
| 87 | + "extensions": [ |
| 88 | + "XR_FB_display_refresh_rate" |
| 89 | + ] |
| 90 | + }, |
| 91 | + { |
| 92 | + "name": "XR Hands", |
| 93 | + "abbreviation": "Hands", |
| 94 | + "extensions": [ |
| 95 | + "XR_EXT_hand_tracking", |
| 96 | + "XR_FB_hand_tracking_aim" |
| 97 | + ] |
| 98 | + } |
| 99 | + ], |
| 100 | + "form_factors": [ |
| 101 | + { |
| 102 | + "form_factor": "XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY", |
| 103 | + "view_configurations": [ |
| 104 | + { |
| 105 | + "view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO", |
| 106 | + "environment_blend_modes": [ |
| 107 | + "OPAQUE", |
| 108 | + "ADDITIVE", |
| 109 | + "ALPHA_BLEND" |
| 110 | + ] |
| 111 | + } |
| 112 | + ] |
| 113 | + } |
| 114 | + ] |
| 115 | +} |
0 commit comments