You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See the [**MotionControllerTest**](Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) scene.
14
+
* See the [**MotionControllerTest**](Assets/HoloToolkit-Examples/Input/Scenes/MotionControllerTest.unity) scene.
15
15
* See:
16
16
* ControllerVisualizer.cs
17
17
* ControllerInfo.cs
@@ -21,23 +21,23 @@ If you're looking for **Controller models**:
21
21
***IMPORTANT** Currently, motion controller's GLTF 3D model is only visible when you deploy through Visual Studio. In Unity's game mode, you should assign override model. <imgsrc="External/ReadMeImages/MotionControllerTest_ModelOverride.png"width="700px">
22
22
23
23
If you're looking for **teleporting**:
24
-
* See the [**MotionControllerTest**](Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) scene.
24
+
* See the [**MotionControllerTest**](Assets/HoloToolkit-Examples/Input/Scenes/MotionControllerTest.unity) scene.
25
25
* Controls are the same as the Cliff House, using either an Xbox controller or motion controllers. Thumbstick up for teleport, down for backup, left/right for rotation.
26
26
* See:
27
27
* MixedRealityTeleport.cs
28
28
* MixedRealityCameraParent.prefab
29
29
* TeleportMarker.prefab
30
30
31
31
If you're looking for **Xbox controller input** via the MixedRealityToolkit's InputManager:
32
-
* See the [**InputTapTest**](Assets/HoloToolkit/Input/Tests/Scenes/InputTapTest.unity) scene.
32
+
* See the [**InputTapTest**](Assets/HoloToolkit-Examples/Input/Scenes/InputTapTest.unity) scene.
33
33
* You can use the Xbox controller A to tap.
34
34
* Press A and hold to do hold started, canceled and completed.
35
35
* Press A and left joystick to trigger the navigation events.
36
36
* See:
37
37
* GamepadInput.cs
38
38
39
39
If you're looking for **Boundary** tools:
40
-
* See the [**BoundaryTest**](Assets/HoloToolkit/Boundary/Tests/Scenes/BoundaryTest.unity) scene.
40
+
* See the [**BoundaryTest**](Assets/HoloToolkit-Examples/Boundary/Scenes/BoundaryTest.unity) scene.
41
41
* The **Boundary** folder has the scripts that support defining the floor for your immersive applications.
42
42
* The scripts help to draw the floor for immersive headsets and also allows you to check if an object is within those bounds.
0 commit comments