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.
2 parents 22c5286 + 5bc6cba commit 4678ef5Copy full SHA for 4678ef5
Assets/MRTK/Providers/OpenXR/Scripts/OpenXRHandMeshProvider.cs
@@ -1,7 +1,10 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
+#if MSFT_OPENXR_0_2_0_OR_NEWER
5
using Microsoft.MixedReality.OpenXR;
6
+#endif // MSFT_OPENXR_0_2_0_OR_NEWER
7
+
8
using Microsoft.MixedReality.Toolkit.Input;
9
using System.Collections.Generic;
10
using UnityEngine;
0 commit comments