Skip to content

Commit 84ca67c

Browse files
TudorJudemeta-codesync[bot]
authored andcommitted
Update meta sdk packages to v83
Summary: Update the core, interaction and MRUK sdks in both samples to v83. Reviewed By: kyrylokuzyk-m Differential Revision: D89465245 fbshipit-source-id: 2c2a6c240eaec3ec8080ab0885a6382ba2a2897b
1 parent 8da8b89 commit 84ca67c

13 files changed

Lines changed: 101 additions & 72 deletions

File tree

DepthAPI-BiRP/Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" package="com.meta.depthapi-birp">
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" package="com.meta.depthapi-birp" xmlns:horizonos="http://schemas.horizonos/sdk">
33
<application android:label="@string/app_name" android:icon="@mipmap/app_icon" android:allowBackup="false">
44
<activity android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerGameActivity" android:excludeFromRecents="true" android:exported="true">
55
<intent-filter>
@@ -15,12 +15,13 @@
1515
<meta-data android:name="com.oculus.handtracking.version" android:value="V2.0" />
1616
<meta-data android:name="com.oculus.ossplash.background" android:value="passthrough-contextual" />
1717
<meta-data android:name="com.oculus.telemetry.project_guid" android:value="da89c098-410b-4967-909c-9ec975976469" />
18-
<meta-data android:name="com.oculus.supportedDevices" android:value="quest3" />
18+
<meta-data android:name="com.oculus.supportedDevices" android:value="quest3|quest3s" tools:replace="android:value" />
1919
</application>
2020
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
2121
<uses-feature android:name="oculus.software.handtracking" android:required="false" />
2222
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />
2323
<uses-permission android:name="com.oculus.permission.USE_ANCHOR_API" />
2424
<uses-feature android:name="com.oculus.feature.PASSTHROUGH" android:required="true" />
2525
<uses-permission android:name="com.oculus.permission.USE_SCENE" />
26+
<horizonos:uses-horizonos-sdk horizonos:minSdkVersion="68" horizonos:targetSdkVersion="74" />
2627
</manifest>

DepthAPI-BiRP/Assets/Resources/OVRBuildConfig.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ MonoBehaviour:
1111
m_EditorHideFlags: 0
1212
m_Script: {fileID: 11500000, guid: 20553fac56ec59645857c0732b787431, type: 3}
1313
m_Name: OVRBuildConfig
14-
m_EditorClassIdentifier:
14+
m_EditorClassIdentifier: Oculus.VR.Editor::OVRConfig

DepthAPI-BiRP/Assets/XR/Settings/OpenXR Package Settings.asset

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ MonoBehaviour:
3535
m_Script: {fileID: 11500000, guid: 6096094d69d82cc40947df806f66ab34, type: 3}
3636
m_Name: OpenXRCompositionLayersFeature Standalone
3737
m_EditorClassIdentifier: Unity.XR.OpenXR::UnityEngine.XR.OpenXR.Features.CompositionLayers.OpenXRCompositionLayersFeature
38-
m_enabled: 0
38+
m_enabled: 1
3939
nameUi: Composition Layers Support
4040
version: 1.0.0
4141
featureIdInternal: com.unity.openxr.feature.compositionlayers
@@ -996,17 +996,19 @@ MonoBehaviour:
996996
XR_META_passthrough_color_lut XR_META_passthrough_preferences XR_OCULUS_audio_device_guid
997997
XR_FB_common_events XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim
998998
XR_FB_touch_controller_pro XR_FB_touch_controller_proximity XR_FB_composition_layer_depth_test
999-
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_META_local_dimming XR_META_hand_tracking_wide_motion_mode
1000-
XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range XR_META_touch_controller_plus
1001-
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
1002-
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
1003-
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
1004-
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
1005-
XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
999+
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_EXTX1_haptic_parametric XR_META_local_dimming
1000+
XR_META_hand_tracking_wide_motion_mode XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range
1001+
XR_META_touch_controller_plus XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction
1002+
XR_EXT_hand_interaction XR_FB_hand_tracking_confidence XR_META_detached_controllers
1003+
XR_LOGITECH_mx_ink_stylus_interaction XR_META_colocation_discovery XR_META_spatial_entity_sharing
1004+
XR_META_spatial_entity_group_sharing XR_EXT_debug_utils XR_META_dynamic_object_tracker
1005+
XR_META_dynamic_object_keyboard XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence
1006+
XR_META_spatial_entity_discovery XR_META_spatial_entity_semantic_label XR_META_spatial_entity_room_mesh
10061007
XR_META_boundary_visibility XR_META_face_tracking_visemes XR_META_headset_id
10071008
XR_FB_composition_layer_settings XR_META_automatic_layer_filter XR_METAX1_spatial_entity_marker
1008-
XR_META_environment_raycast XR_EXT_future XR_EXTX2_stationary_reference_space
1009-
XR_META_recommended_layer_resolution XR_EXT_local_floor '
1009+
XR_EXT_spatial_entity XR_EXT_spatial_marker_tracking XR_META_environment_raycast
1010+
XR_EXT_future XR_EXTX2_stationary_reference_space XR_META_recommended_layer_resolution
1011+
XR_EXT_local_floor '
10101012
company: Meta
10111013
priority: 0
10121014
targetOpenXRApiVersion:
@@ -1653,7 +1655,7 @@ MonoBehaviour:
16531655
m_Script: {fileID: 11500000, guid: 6096094d69d82cc40947df806f66ab34, type: 3}
16541656
m_Name: OpenXRCompositionLayersFeature Android
16551657
m_EditorClassIdentifier: Unity.XR.OpenXR::UnityEngine.XR.OpenXR.Features.CompositionLayers.OpenXRCompositionLayersFeature
1656-
m_enabled: 0
1658+
m_enabled: 1
16571659
nameUi: Composition Layers Support
16581660
version: 1.0.0
16591661
featureIdInternal: com.unity.openxr.feature.compositionlayers
@@ -1698,17 +1700,19 @@ MonoBehaviour:
16981700
XR_META_passthrough_color_lut XR_META_passthrough_preferences XR_OCULUS_audio_device_guid
16991701
XR_FB_common_events XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim
17001702
XR_FB_touch_controller_pro XR_FB_touch_controller_proximity XR_FB_composition_layer_depth_test
1701-
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_META_local_dimming XR_META_hand_tracking_wide_motion_mode
1702-
XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range XR_META_touch_controller_plus
1703-
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
1704-
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
1705-
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
1706-
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
1707-
XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
1703+
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_EXTX1_haptic_parametric XR_META_local_dimming
1704+
XR_META_hand_tracking_wide_motion_mode XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range
1705+
XR_META_touch_controller_plus XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction
1706+
XR_EXT_hand_interaction XR_FB_hand_tracking_confidence XR_META_detached_controllers
1707+
XR_LOGITECH_mx_ink_stylus_interaction XR_META_colocation_discovery XR_META_spatial_entity_sharing
1708+
XR_META_spatial_entity_group_sharing XR_EXT_debug_utils XR_META_dynamic_object_tracker
1709+
XR_META_dynamic_object_keyboard XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence
1710+
XR_META_spatial_entity_discovery XR_META_spatial_entity_semantic_label XR_META_spatial_entity_room_mesh
17081711
XR_META_boundary_visibility XR_META_face_tracking_visemes XR_META_headset_id
17091712
XR_FB_composition_layer_settings XR_META_automatic_layer_filter XR_METAX1_spatial_entity_marker
1710-
XR_META_environment_raycast XR_EXT_future XR_EXTX2_stationary_reference_space
1711-
XR_META_recommended_layer_resolution XR_EXT_local_floor '
1713+
XR_EXT_spatial_entity XR_EXT_spatial_marker_tracking XR_META_environment_raycast
1714+
XR_EXT_future XR_EXTX2_stationary_reference_space XR_META_recommended_layer_resolution
1715+
XR_EXT_local_floor '
17121716
company: Meta
17131717
priority: 0
17141718
targetOpenXRApiVersion:

DepthAPI-BiRP/Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"com.meta.xr.depthapi": "file:../../Packages/com.meta.xr.depthapi",
4-
"com.meta.xr.mrutilitykit": "81.0.0",
5-
"com.meta.xr.sdk.core": "81.0.0",
6-
"com.meta.xr.sdk.interaction": "81.0.0",
4+
"com.meta.xr.mrutilitykit": "83.0.0",
5+
"com.meta.xr.sdk.core": "83.0.0",
6+
"com.meta.xr.sdk.interaction": "83.0.0",
77
"com.meta.xr.sdk.sharedassets": "56.0.0-preview",
88
"com.unity.ide.rider": "3.0.38",
99
"com.unity.ide.visualstudio": "2.0.25",

DepthAPI-BiRP/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"dependencies": {}
88
},
99
"com.meta.xr.mrutilitykit": {
10-
"version": "81.0.0",
10+
"version": "83.0.0",
1111
"depth": 0,
1212
"source": "registry",
1313
"dependencies": {
14-
"com.meta.xr.sdk.core": "81.0.0",
14+
"com.meta.xr.sdk.core": "83.0.0",
1515
"com.unity.textmeshpro": "3.0.6",
1616
"com.unity.ai.navigation": "1.1.4",
1717
"com.unity.nuget.newtonsoft-json": "3.0.2"
1818
},
1919
"url": "https://packages.unity.com"
2020
},
2121
"com.meta.xr.sdk.core": {
22-
"version": "81.0.0",
22+
"version": "83.0.0",
2323
"depth": 0,
2424
"source": "registry",
2525
"dependencies": {},
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.meta.xr.sdk.interaction": {
29-
"version": "81.0.0",
29+
"version": "83.0.0",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {

DepthAPI-URP/Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" package="com.meta.depthapi-urp">
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" package="com.meta.depthapi-urp" xmlns:horizonos="http://schemas.horizonos/sdk">
33
<application android:label="@string/app_name" android:icon="@mipmap/app_icon" android:allowBackup="false">
44
<activity android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerGameActivity" android:excludeFromRecents="true" android:exported="true">
55
<intent-filter>
@@ -22,4 +22,5 @@
2222
<uses-permission android:name="com.oculus.permission.USE_ANCHOR_API" />
2323
<uses-feature android:name="com.oculus.feature.PASSTHROUGH" android:required="true" />
2424
<uses-permission android:name="com.oculus.permission.USE_SCENE" />
25+
<horizonos:uses-horizonos-sdk horizonos:minSdkVersion="68" horizonos:targetSdkVersion="74" />
2526
</manifest>

DepthAPI-URP/Assets/Resources/OVRBuildConfig.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ MonoBehaviour:
1111
m_EditorHideFlags: 0
1212
m_Script: {fileID: 11500000, guid: 20553fac56ec59645857c0732b787431, type: 3}
1313
m_Name: OVRBuildConfig
14-
m_EditorClassIdentifier:
14+
m_EditorClassIdentifier: Oculus.VR.Editor::OVRConfig

DepthAPI-URP/Assets/Settings/URP-Performant.asset

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3}
1313
m_Name: URP-Performant
1414
m_EditorClassIdentifier:
15-
k_AssetVersion: 12
16-
k_AssetPreviousVersion: 12
15+
k_AssetVersion: 13
16+
k_AssetPreviousVersion: 13
1717
m_RendererType: 1
1818
m_RendererData: {fileID: 0}
1919
m_RendererDataList:
@@ -53,6 +53,7 @@ MonoBehaviour:
5353
m_AdditionalLightsShadowResolutionTierHigh: 512
5454
m_ReflectionProbeBlending: 0
5555
m_ReflectionProbeBoxProjection: 0
56+
m_ReflectionProbeAtlas: 1
5657
m_ShadowDistance: 50
5758
m_ShadowCascadeCount: 1
5859
m_Cascade2Split: 0.25
@@ -127,10 +128,14 @@ MonoBehaviour:
127128
m_PrefilterSoftShadowsQualityHigh: 1
128129
m_PrefilterSoftShadows: 0
129130
m_PrefilterScreenCoord: 1
131+
m_PrefilterScreenSpaceIrradiance: 1
130132
m_PrefilterNativeRenderPass: 1
131133
m_PrefilterUseLegacyLightmaps: 1
134+
m_PrefilterBicubicLightmapSampling: 1
135+
m_PrefilterReflectionProbeRotation: 1
132136
m_PrefilterReflectionProbeBlending: 0
133137
m_PrefilterReflectionProbeBoxProjection: 1
138+
m_PrefilterReflectionProbeAtlas: 0
134139
m_ShaderVariantLogLevel: 0
135140
m_ShadowCascades: 0
136141
m_Textures:

DepthAPI-URP/Assets/UniversalRenderPipelineGlobalSettings.asset

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,20 @@ MonoBehaviour:
6666
- rid: 600572359935000580
6767
- rid: 600572359935000581
6868
m_RuntimeSettings:
69-
m_List: []
69+
m_List:
70+
- rid: 2156385601029406722
71+
- rid: 2156385601029406724
72+
- rid: 2156385601029406726
73+
- rid: 2156385601029406727
74+
- rid: 2156385601029406728
75+
- rid: 2156385601029406729
76+
- rid: 2156385601029406731
77+
- rid: 2156385601029406732
78+
- rid: 2156385601029406733
79+
- rid: 2156385601029406737
80+
- rid: 2156385601029406740
81+
- rid: 600572359935000579
82+
- rid: 600572359935000581
7083
m_AssetVersion: 9
7184
m_ObsoleteDefaultVolumeProfile: {fileID: 0}
7285
m_RenderingLayerNames:

DepthAPI-URP/Assets/XR/Settings/OpenXR Package Settings.asset

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -759,17 +759,19 @@ MonoBehaviour:
759759
XR_META_passthrough_color_lut XR_META_passthrough_preferences XR_OCULUS_audio_device_guid
760760
XR_FB_common_events XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim
761761
XR_FB_touch_controller_pro XR_FB_touch_controller_proximity XR_FB_composition_layer_depth_test
762-
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_META_local_dimming XR_META_hand_tracking_wide_motion_mode
763-
XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range XR_META_touch_controller_plus
764-
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
765-
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
766-
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
767-
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
768-
XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
762+
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_EXTX1_haptic_parametric XR_META_local_dimming
763+
XR_META_hand_tracking_wide_motion_mode XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range
764+
XR_META_touch_controller_plus XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction
765+
XR_EXT_hand_interaction XR_FB_hand_tracking_confidence XR_META_detached_controllers
766+
XR_LOGITECH_mx_ink_stylus_interaction XR_META_colocation_discovery XR_META_spatial_entity_sharing
767+
XR_META_spatial_entity_group_sharing XR_EXT_debug_utils XR_META_dynamic_object_tracker
768+
XR_META_dynamic_object_keyboard XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence
769+
XR_META_spatial_entity_discovery XR_META_spatial_entity_semantic_label XR_META_spatial_entity_room_mesh
769770
XR_META_boundary_visibility XR_META_face_tracking_visemes XR_META_headset_id
770771
XR_FB_composition_layer_settings XR_META_automatic_layer_filter XR_METAX1_spatial_entity_marker
771-
XR_META_environment_raycast XR_EXT_future XR_EXTX2_stationary_reference_space
772-
XR_META_recommended_layer_resolution XR_EXT_local_floor '
772+
XR_EXT_spatial_entity XR_EXT_spatial_marker_tracking XR_META_environment_raycast
773+
XR_EXT_future XR_EXTX2_stationary_reference_space XR_META_recommended_layer_resolution
774+
XR_EXT_local_floor '
773775
company: Meta
774776
priority: 0
775777
targetOpenXRApiVersion:
@@ -1112,17 +1114,19 @@ MonoBehaviour:
11121114
XR_META_passthrough_color_lut XR_META_passthrough_preferences XR_OCULUS_audio_device_guid
11131115
XR_FB_common_events XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim
11141116
XR_FB_touch_controller_pro XR_FB_touch_controller_proximity XR_FB_composition_layer_depth_test
1115-
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_META_local_dimming XR_META_hand_tracking_wide_motion_mode
1116-
XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range XR_META_touch_controller_plus
1117-
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
1118-
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
1119-
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
1120-
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
1121-
XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
1117+
XR_FB_haptic_amplitude_envelope XR_FB_haptic_pcm XR_EXTX1_haptic_parametric XR_META_local_dimming
1118+
XR_META_hand_tracking_wide_motion_mode XR_EXT_hand_tracking_data_source XR_EXT_hand_joints_motion_range
1119+
XR_META_touch_controller_plus XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction
1120+
XR_EXT_hand_interaction XR_FB_hand_tracking_confidence XR_META_detached_controllers
1121+
XR_LOGITECH_mx_ink_stylus_interaction XR_META_colocation_discovery XR_META_spatial_entity_sharing
1122+
XR_META_spatial_entity_group_sharing XR_EXT_debug_utils XR_META_dynamic_object_tracker
1123+
XR_META_dynamic_object_keyboard XR_META_hand_tracking_microgestures XR_META_spatial_entity_persistence
1124+
XR_META_spatial_entity_discovery XR_META_spatial_entity_semantic_label XR_META_spatial_entity_room_mesh
11221125
XR_META_boundary_visibility XR_META_face_tracking_visemes XR_META_headset_id
11231126
XR_FB_composition_layer_settings XR_META_automatic_layer_filter XR_METAX1_spatial_entity_marker
1124-
XR_META_environment_raycast XR_EXT_future XR_EXTX2_stationary_reference_space
1125-
XR_META_recommended_layer_resolution XR_EXT_local_floor '
1127+
XR_EXT_spatial_entity XR_EXT_spatial_marker_tracking XR_META_environment_raycast
1128+
XR_EXT_future XR_EXTX2_stationary_reference_space XR_META_recommended_layer_resolution
1129+
XR_EXT_local_floor '
11261130
company: Meta
11271131
priority: 0
11281132
targetOpenXRApiVersion:

0 commit comments

Comments
 (0)