Skip to content

Commit 0386c53

Browse files
committed
Add MSFT_OPENXR_0_9_4_OR_NEWER and Gltf dependency
1 parent eb753dc commit 0386c53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Assets/MRTK/Providers/OpenXR/MRTK.OpenXR.asmdef

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"references": [
55
"Microsoft.MixedReality.OpenXR",
66
"Microsoft.MixedReality.Toolkit",
7+
"Microsoft.MixedReality.Toolkit.Gltf",
78
"Microsoft.MixedReality.Toolkit.Providers.XRSDK",
89
"Unity.XR.Management",
910
"Unity.XR.OpenXR"
@@ -28,6 +29,11 @@
2829
"expression": "",
2930
"define": "MSFT_OPENXR"
3031
},
32+
{
33+
"name": "com.microsoft.mixedreality.openxr",
34+
"expression": "0.9.4",
35+
"define": "MSFT_OPENXR_0_9_4_OR_NEWER"
36+
},
3137
{
3238
"name": "com.microsoft.mixedreality.openxr",
3339
"expression": "0.2.0",

0 commit comments

Comments
 (0)