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 7982594 commit b79cb54Copy full SHA for b79cb54
Assets/MRTK/Examples/Demos/HandTracking/Scripts/LeapMotionOrientationDisplay.cs
@@ -4,7 +4,7 @@
4
using UnityEngine;
5
using Microsoft.MixedReality.Toolkit.Input;
6
using TMPro;
7
-#if LEAPMOTIONCORE_PRESENT
+#if LEAPMOTIONCORE_PRESENT && UNITY_STANDALONE
8
using Microsoft.MixedReality.Toolkit.LeapMotion.Input;
9
#endif
10
@@ -15,7 +15,7 @@ namespace Microsoft.MixedReality.Toolkit.Examples
15
/// </summary>
16
public class LeapMotionOrientationDisplay : MonoBehaviour
17
{
18
19
[SerializeField]
20
private TextMeshProUGUI orientationText;
21
private LeapMotionDeviceManagerProfile managerProfile;
0 commit comments