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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,19 @@ The HoloToolkit is a collection of scripts and components intended to accelerate
22
22
2. You can use this branch with Windows Creators Update builds on your PC and deploy it to Windows Anniversary Update HoloLens flight.
23
23
3. Windows Creators Update flights don’t ship on HoloLens.
24
24
25
-
## What's new?
25
+
## What's new for Immersive headsets in this branch?
26
+
26
27
**GamepadInput** supports the Xbox controller and maps it to the input manager events.
27
28
You can use the Xbox controller A to tap.
28
29
Press A and hold to do hold started, canceled and completed.
29
30
Press A and left joystick to trigger the navigation events.
30
31
Press the Y button to teleport in your world.
31
32
Press the B button to return back to your original location.
32
33
34
+
**Motion Controller** support that renders a prefab where you have the Crytal Key motion controller in your hand. Refer to [MotionControllerTest.unity](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) scene for how to use the scripts.
35
+
36
+
**Teleport** capability with new prefabs like [MixedRealityCameraParent.prefab](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) that help you [teleport](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) to different locations in your app using the gamepad.
37
+
33
38
**Stage** folder has the scripts that support the StageRoot component that helps define the 0,0,0 for your immersive applications.
34
39
Prefabs help to draw the floor for immersive headsets and also renders the stage bounds if you wish to display those in your application.
0 commit comments