File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/MRTK/Examples/Demos/HandTracking/Scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44using UnityEngine ;
55using Microsoft . MixedReality . Toolkit . Input ;
66using TMPro ;
7- #if LEAPMOTIONCORE_PRESENT && UNITY_STANDALONE
7+ #if ( LEAPMOTIONCORE_PRESENT && UNITY_STANDALONE ) || ( LEAPMOTIONCORE_PRESENT && UNITY_WSA && UNITY_EDITOR )
88using Microsoft . MixedReality . Toolkit . LeapMotion . Input ;
99#endif
1010
@@ -15,7 +15,7 @@ namespace Microsoft.MixedReality.Toolkit.Examples
1515 /// </summary>
1616 public class LeapMotionOrientationDisplay : MonoBehaviour
1717 {
18- #if LEAPMOTIONCORE_PRESENT && UNITY_STANDALONE
18+ #if ( LEAPMOTIONCORE_PRESENT && UNITY_STANDALONE ) || ( LEAPMOTIONCORE_PRESENT && UNITY_WSA && UNITY_EDITOR )
1919 [ SerializeField ]
2020 private TextMeshProUGUI orientationText ;
2121 private LeapMotionDeviceManagerProfile managerProfile ;
You can’t perform that action at this time.
0 commit comments