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/MRTK_PackageContents.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ The Microsoft Mixed Reality Toolkit is provided as a collection of packages. The
5
5
-[Foundation](#foundation)
6
6
-[Extensions](#extensions)
7
7
-[Tools](#tools)
8
-
-[Providers.UnityAR](#providersunityar)
9
8
-[Examples](#examples)
10
9
11
10
## Foundation
@@ -18,8 +17,10 @@ The Microsoft.MixedRealityToolkit.Unity.Foundation package includes the core com
18
17
| MixedRealityToolkit.Providers |||
19
18
||[ObjectMeshObserver](SpatialAwareness/SpatialObjectMeshObserver.md)| Spatial awareness observer using a 3D model as the data. |
20
19
|| OpenVR | Support for OpenVR devices. |
20
+
||[UnityAR](CameraSystem/UnityArCameraSettings.md)| (Experimental) Camera settings provider enabling MRTK use with mobile AR devices. |
21
21
|| WindowsMixedReality | Support for Windows Mixed Reality devices, including Microsoft HoloLens and immersive headsets. |
22
22
|| WindowsVoiceInput | Support for speech and dictation on Microsoft Windows platforms. |
23
+
|| XRSDK | (Experimental) Support for [Unity's new XR framework](https://blogs.unity3d.com/2020/01/24/unity-xr-platform-updates/) in Unity 2019.3. |
23
24
| MixedRealityToolkit.SDK |||
24
25
|| Experimental | Experimental features, including shaders, user interface controls and individual system managers. |
25
26
|| Features | Functionality that builds upon the Foundation package. |
@@ -40,12 +41,13 @@ The Microsoft.MixedRealityToolkit.Unity.Foundation package includes the core com
40
41
41
42
The optional Microsoft.MixedRealityToolkit.Unity.Extensions package includes additional services that extend the functionality of the Microsoft Mixed Reality Toolkit.
42
43
43
-
> [!Note]
44
+
> [!NOTE]
44
45
> The extensions package requires Microsoft.MixedRealityToolkit.Unity.Foundation.
45
46
46
47
| Folder | Component | Description |
47
48
| --- | --- | --- |
48
49
| MixedRealityToolkit.Extensions ||
50
+
|| HandPhysicsService | Service that adds physics support to articulated hands. |
49
51
|| LostTrackingService | Service that simplifies handing of tracking loss on Microsoft HoloLens devices. |
50
52
||[SceneTransitionService](Extensions/SceneTransitionService/SceneTransitionServiceOverview.md)| Service that simplifies adding smooth scene transitions. |
51
53
@@ -54,7 +56,7 @@ The optional Microsoft.MixedRealityToolkit.Unity.Extensions package includes add
54
56
The optional Microsoft.MixedRealityToolkit.Unity.Tools package includes helpful tools that enhance the mixed reality development experience using the Microsoft Mixed Reality Toolkit.
55
57
These tools are located in the **Mixed Reality Toolkit > Utilities** menu in the Unity Editor.
56
58
57
-
> [!Note]
59
+
> [!NOTE]
58
60
> The tools package requires Microsoft.MixedRealityToolkit.Unity.Foundation.
59
61
60
62
| Folder | Component | Description |
@@ -68,21 +70,11 @@ These tools are located in the **Mixed Reality Toolkit > Utilities** menu in the
68
70
|| ScreenshotUtility | Enables capturing application images in the Unity editor. |
69
71
|| TextureCombinerWindow | Utility to combine graphics textures. |
70
72
71
-
## Providers.UnityAR
72
-
73
-
> [!Note]
74
-
> The UnityAR package requires Microsoft.MixedRealityToolkit.Unity.Foundation.
75
-
76
-
| Folder | Component | Description |
77
-
| --- | --- | --- |
78
-
| MixedRealityToolkit.Staging |||
79
-
||[UnityAR](CameraSystem/UnityArCameraSettings.md)| Camera settings provider enabling MRTK use with mobile AR devices. |
80
-
81
73
## Examples
82
74
83
75
The optional Microsoft.MixedRealityToolkit.Unity.Examples package includes demonstration projects that illustrate the features of the Microsoft Mixed Reality Toolkit.
84
76
85
-
> [!Note]
77
+
> [!NOTE]
86
78
> The examples package requires Microsoft.MixedRealityToolkit.Unity.Foundation.
0 commit comments