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 cc72a71 commit ff2657eCopy full SHA for ff2657e
Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XR2018/WindowsMixedRealityArticulatedHand.cs
@@ -3,12 +3,12 @@
3
4
using Microsoft.MixedReality.Toolkit.Utilities;
5
using Microsoft.MixedReality.Toolkit.Input;
6
+using System.Collections.Generic;
7
8
#if UNITY_WSA
9
using UnityEngine.XR.WSA.Input;
10
#if WINDOWS_UWP || DOTNETWINRT_PRESENT
11
using System;
-using System.Collections.Generic;
12
using UnityEngine;
13
#if WINDOWS_UWP
14
using Windows.Foundation.Metadata;
0 commit comments