File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Assets/HoloToolkit/Input/Scripts/Utilities Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33
44using HoloToolkit . Unity . InputModule ;
55using UnityEngine ;
6+ #if UNITY_2017_2_OR_NEWER
67using UnityEngine . XR . WSA . Input ;
8+ #else
9+ using UnityEngine . VR . WSA . Input ;
10+ #endif
711
8- namespace HoloToolkit . Unity . Controllers
12+ namespace HoloToolkit . Unity . InputModule
913{
1014 /// <summary>
1115 /// Waits for a controller to be instantiated, then attaches itself to a specified element
Original file line number Diff line number Diff line change 22// Licensed under the MIT License. See LICENSE in the project root for license information.
33
44using UnityEngine ;
5+ #if UNITY_2017_2_OR_NEWER
56using UnityEngine . XR . WSA . Input ;
7+ #else
8+ using UnityEngine . VR . WSA . Input ;
9+ #endif
610
711namespace HoloToolkit . Unity . InputModule
812{
You can’t perform that action at this time.
0 commit comments