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: Documentation/Packaging/MRTK_Packages.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The MRTK Foundation package contains the following.
73
73
||[BoundarySystem](../Boundary/BoundarySystemGettingStarted.md)| System implementing VR boundary support. |
74
74
||[CameraSystem](../CameraSystem/CameraSystemOverview.md)| System implementing camera configuration and management. |
75
75
||[DiagnosticsSystem](../Diagnostics/DiagnosticsSystemGettingStarted.md)| System implementing in application diagnostics, for example a visual profiler. |
76
-
? | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
76
+
||[InputSystem](../Input/Overview.md)| System providing support for accessing and handling user input. |
77
77
||[SceneSystem](../SceneSystem/SceneSystemGettingStarted.md)| System providing multi-scene application support. |
78
78
||[SpatialAwarenessSystem](../SpatialAwareness/SpatialAwarenessGettingStarted.md)| System providing support for awareness of the user's environment. |
79
79
||[TeleportSystem](../TeleportSystem/Overview.md)| System providing support for teleporting (moving about the experience in jumps). |
@@ -198,7 +198,7 @@ The foundation package (`com.microsoft.mixedreality.toolkit.foundation`) forms t
198
198
||[BoundarySystem](../Boundary/BoundarySystemGettingStarted.md)| System implementing VR boundary support. |
199
199
||[CameraSystem](../CameraSystem/CameraSystemOverview.md)| System implementing camera configuration and management. |
200
200
||[DiagnosticsSystem](../Diagnostics/DiagnosticsSystemGettingStarted.md)| System implementing in application diagnostics, for example a visual profiler. |
201
-
? | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
201
+
||[InputSystem](../Input/Overview.md)| System providing support for accessing and handling user input. |
202
202
||[SceneSystem](../SceneSystem/SceneSystemGettingStarted.md)| System providing multi-scene application support. |
203
203
||[SpatialAwarenessSystem](../SpatialAwareness/SpatialAwarenessGettingStarted.md)| System providing support for awareness of the user's environment. |
204
204
||[TeleportSystem](../TeleportSystem/Overview.md)| System providing support for teleporting (moving about the experience in jumps). |
@@ -271,7 +271,9 @@ The optional test utilities package (`com.microsoft.mixedreality.toolkit.testuti
271
271
| --- | --- | --- |
272
272
| MRTK/Tests ||
273
273
|| TestUtilities | Methods to simplify creation of play mode tests, including hand simulation utilities. |
274
+
274
275
Dependencies:
276
+
275
277
- Foundation (`com.microsoft.mixedreality.toolkit.foundation`)
0 commit comments