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 a9f89a4 commit b48b654Copy full SHA for b48b654
Assets/MRTK/Providers/OpenXR/Scripts/OpenXRHandMeshProvider.cs
@@ -3,11 +3,11 @@
3
4
#if MSFT_OPENXR_0_2_0_OR_NEWER
5
using Microsoft.MixedReality.OpenXR;
6
+using System.Collections.Generic;
7
+using UnityEngine;
8
#endif // MSFT_OPENXR_0_2_0_OR_NEWER
9
10
using Microsoft.MixedReality.Toolkit.Input;
-using System.Collections.Generic;
-using UnityEngine;
11
12
namespace Microsoft.MixedReality.Toolkit.XRSDK.OpenXR
13
{
0 commit comments