We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb753dc commit 0386c53Copy full SHA for 0386c53
Assets/MRTK/Providers/OpenXR/MRTK.OpenXR.asmdef
@@ -4,6 +4,7 @@
4
"references": [
5
"Microsoft.MixedReality.OpenXR",
6
"Microsoft.MixedReality.Toolkit",
7
+ "Microsoft.MixedReality.Toolkit.Gltf",
8
"Microsoft.MixedReality.Toolkit.Providers.XRSDK",
9
"Unity.XR.Management",
10
"Unity.XR.OpenXR"
@@ -28,6 +29,11 @@
28
29
"expression": "",
30
"define": "MSFT_OPENXR"
31
},
32
+ {
33
+ "name": "com.microsoft.mixedreality.openxr",
34
+ "expression": "0.9.4",
35
+ "define": "MSFT_OPENXR_0_9_4_OR_NEWER"
36
+ },
37
{
38
"name": "com.microsoft.mixedreality.openxr",
39
"expression": "0.2.0",
0 commit comments