Skip to content

Commit e0fb287

Browse files
committed
Update table formatting
1 parent f2fa7c6 commit e0fb287

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The following components are considered to be in early preview.
5353
| Name | Package | Changelog |
5454
|------|---------|-----------|
5555
| Accessibility | [org.mixedrealitytoolkit.accessibility](./org.mixedrealitytoolkit.accessibility) | [Changelog](./org.mixedrealitytoolkit.accessibility/CHANGELOG.md) |
56-
| Data Binding and Theming | [org.mixedrealitytoolkit.data](./org.mixedrealitytoolkit.data) | [Changelog](./org.mixedrealitytoolkit.data/CHANGELOG.md) |
5756

5857
It is important to note that the packages may not contain the complete feature set that is planned to be released or they may undergo major, breaking architectural changes before release.
5958

docs/mrtk3-overview/packages/packages-overview.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ The following table describes the Mixed Reality Toolkit package dependencies.
2222

2323
| Display name | Package name | Description | Required | Optional |
2424
| ----------- | ----------- | --------- | -------- | ---------- |
25-
| MRTK Core Definitions | org.mixedrealitytoolkit.core | Shared definitions, utilities and components. | <ul> <li> com.unity.xr.interaction.toolkit </li> <li> com.unity.xr.management </li> </ul> | |
26-
| MRTK Accessibility | org.mixedrealitytoolkit.accessibility | Definitions, features and subsystem for building accessible mixed reality experiences. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> org.mixedrealitytoolkit.graphicstools.unity </li> <li> com.unity.textmeshpro </li> </ul> | |
27-
| MRTK Audio Effects | org.mixedrealitytoolkit.audio | Effects and features that enhance the audio in mixed reality experiences. | <ul> <li> org.mixedrealitytoolkit.core </li> </ul> | |
28-
| MRTK Data Binding and Theming | org.mixedrealitytoolkit.data | Support for data binding and UI element theming. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> com.unity.nuget.newtonsoft-json </li> <li> com.unity.textmeshpro </li> </ul> | |
29-
| MRTK Diagnostics | org.mixedrealitytoolkit.diagnostics | Diagnostics and performance monitoring subsystems and tools. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> com.unity.xr.management </li> </ul> | |
30-
| MRTK Environment | org.mixedrealitytoolkit.environment | Environmental features and subsystems, such as Spatial Awareness and boundaries. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> com.unity.xr.management </li> </ul> | |
31-
| MRTK Extended Assets | org.mixedrealitytoolkit.extendedassets | Additional audio, font, texture and other assets for use in applications. | <ul> <li> org.mixedrealitytoolkit.standardassets </li> <li> org.mixedrealitytoolkit.graphicstools.unity </li> </ul> | |
32-
| MRTK Graphics Tools | org.mixedrealitytoolkit.graphicstools.unity | Shaders, textures, materials and models. | | <ul> <li> com.unity.render-pipelines.universal </li> </ul> |
33-
| MRTK Input | org.mixedrealitytoolkit.input | Input components including support for articulated hands, offline speech recognition and in-editor input simulation. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> org.mixedrealitytoolkit.graphicstools.unity </li> <li> com.unity.xr.interaction.toolkit </li> <li> com.unity.inputsystem </li> <li> com.unity.xr.management </li> <li> com.unity.xr.openxr </li> <li> com.unity.xr.arfoundation </li> </ul> | |
34-
| MRTK Spatial Manipulation | org.mixedrealitytoolkit.spatialmanipulation | Spatial positioning and manipulation components and utilities, including solvers. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> org.mixedrealitytoolkit.uxcore </li> <li> com.unity.inputsystem </li> <li> com.unity.xr.interaction.toolkit </li> </ul> | <ul> <li> org.mixedrealitytoolkit.input </li> </ul> |
35-
| MRTK Standard Assets | org.mixedrealitytoolkit.standardassets | Standard assets, including materials and textures, for use by applications. | <ul> <li> org.mixedrealitytoolkit.graphicstools.unity </li> </ul> | |
36-
| MRTK Tools | org.mixedrealitytoolkit.tools | Collection of Unity Editor tools used to extend and optimize MRTK3 applications. | <ul> <li> org.mixedrealitytoolkit.core </li> </ul> | |
37-
| MRTK UX Components | org.mixedrealitytoolkit.uxcomponents | MRTK UX component library, containing prefabs, visuals, pre-made controls, and everything to get started building 3D user interfaces for mixed reality. | <ul> <li> org.mixedrealitytoolkit.uxcore </li> <li> org.mixedrealitytoolkit.spatialmanipulation </li> <li> com.microsoft.standardassets </li> </ul> | |
38-
| MRTK UX Components (Non-Canvas) | org.mixedrealitytoolkit.uxcomponents.noncanvas | MRTK non-Canvas UX component library, for building 3D UX without Canvas layout. For most production-grade UI, we recommend the dynamic hybrid Canvas-based UX systems, located in org.mixedrealitytoolkit.uxcomponents. However, in some circumstances, static/non-Canvas UI may offer improved performance and batching, and may be desirable in resource-constrained scenarios. | <ul> <li> org.mixedrealitytoolkit.uxcore </li> <li> org.mixedrealitytoolkit.spatialmanipulation </li> <li> com.microsoft.standardassets </li> </ul> | |
39-
| MRTK UX Core | org.mixedrealitytoolkit.uxcore | Core interaction and visualization scripts for building MR user interface components.\n\nNote: this is intended to be consumed in order to build UX libraries. To build MR interfaces with a pre-existing library of components, see org.mixedrealitytoolkit.uxcomponents. | <ul> <li> org.mixedrealitytoolkit.core </li> <li> org.mixedrealitytoolkit.graphicstools.unity </li> <li> com.unity.inputsystem </li> <li> com.unity.textmeshpro </li> <li> com.unity.xr.interaction.toolkit </li> </ul> | <ul> <li> org.mixedrealitytoolkit.data </li> </ul> |
40-
| MRTK Windows Speech | org.mixedrealitytoolkit.windowsspeech | Speech subsystem implementation for native Windows speech APIs. Allows for the use of native Windows speech recognition to fire events and drive XRI interactions. | <ul> <li> org.mixedrealitytoolkit.core </li> </ul> | |
25+
| MRTK Core Definitions | org.mixedrealitytoolkit.core | Shared definitions, utilities and components. | com.unity.xr.interaction.toolkit <br> com.unity.xr.management | |
26+
| MRTK Accessibility | org.mixedrealitytoolkit.accessibility | Definitions, features and subsystem for building accessible mixed reality experiences. | org.mixedrealitytoolkit.core <br> org.mixedrealitytoolkit.graphicstools.unity <br> com.unity.textmeshpro | |
27+
| MRTK Audio Effects | org.mixedrealitytoolkit.audio | Effects and features that enhance the audio in mixed reality experiences. | org.mixedrealitytoolkit.core | |
28+
| MRTK Data Binding and Theming | org.mixedrealitytoolkit.data | Support for data binding and UI element theming. | org.mixedrealitytoolkit.core <br> com.unity.nuget.newtonsoft-json <br> com.unity.textmeshpro | |
29+
| MRTK Diagnostics | org.mixedrealitytoolkit.diagnostics | Diagnostics and performance monitoring subsystems and tools. | org.mixedrealitytoolkit.core <br> com.unity.xr.management | |
30+
| MRTK Environment | org.mixedrealitytoolkit.environment | Environmental features and subsystems, such as Spatial Awareness and boundaries. | org.mixedrealitytoolkit.core <br> com.unity.xr.management | |
31+
| MRTK Extended Assets | org.mixedrealitytoolkit.extendedassets | Additional audio, font, texture and other assets for use in applications. | org.mixedrealitytoolkit.standardassets <br> org.mixedrealitytoolkit.graphicstools.unity | |
32+
| MRTK Graphics Tools | org.mixedrealitytoolkit.graphicstools.unity | Shaders, textures, materials and models. | | com.unity.render-pipelines.universal |
33+
| MRTK Input | org.mixedrealitytoolkit.input | Input components including support for articulated hands, offline speech recognition and in-editor input simulation. | org.mixedrealitytoolkit.core <br> org.mixedrealitytoolkit.graphicstools.unity <br> com.unity.xr.interaction.toolkit <br> com.unity.inputsystem <br> com.unity.xr.management <br> com.unity.xr.openxr <br> com.unity.xr.arfoundation | |
34+
| MRTK Spatial Manipulation | org.mixedrealitytoolkit.spatialmanipulation | Spatial positioning and manipulation components and utilities, including solvers. | org.mixedrealitytoolkit.core <br> org.mixedrealitytoolkit.uxcore <br> com.unity.inputsystem <br> com.unity.xr.interaction.toolkit | org.mixedrealitytoolkit.input |
35+
| MRTK Standard Assets | org.mixedrealitytoolkit.standardassets | Standard assets, including materials and textures, for use by applications. | org.mixedrealitytoolkit.graphicstools.unity | |
36+
| MRTK Tools | org.mixedrealitytoolkit.tools | Collection of Unity Editor tools used to extend and optimize MRTK3 applications. | org.mixedrealitytoolkit.core | |
37+
| MRTK UX Components | org.mixedrealitytoolkit.uxcomponents | MRTK UX component library, containing prefabs, visuals, pre-made controls, and everything to get started building 3D user interfaces for mixed reality. | org.mixedrealitytoolkit.uxcore <br> org.mixedrealitytoolkit.spatialmanipulation <br> com.microsoft.standardassets | |
38+
| MRTK UX Components (Non-Canvas) | org.mixedrealitytoolkit.uxcomponents.noncanvas | MRTK non-Canvas UX component library, for building 3D UX without Canvas layout. For most production-grade UI, we recommend the dynamic hybrid Canvas-based UX systems, located in org.mixedrealitytoolkit.uxcomponents. However, in some circumstances, static/non-Canvas UI may offer improved performance and batching, and may be desirable in resource-constrained scenarios. | org.mixedrealitytoolkit.uxcore <br> org.mixedrealitytoolkit.spatialmanipulation <br> com.microsoft.standardassets | |
39+
| MRTK UX Core | org.mixedrealitytoolkit.uxcore | Core interaction and visualization scripts for building MR user interface components.\n\nNote: this is intended to be consumed in order to build UX libraries. To build MR interfaces with a pre-existing library of components, see org.mixedrealitytoolkit.uxcomponents. | org.mixedrealitytoolkit.core <br> org.mixedrealitytoolkit.graphicstools.unity <br> com.unity.inputsystem <br> com.unity.textmeshpro <br> com.unity.xr.interaction.toolkit | org.mixedrealitytoolkit.data |
40+
| MRTK Windows Speech | org.mixedrealitytoolkit.windowsspeech | Speech subsystem implementation for native Windows speech APIs. Allows for the use of native Windows speech recognition to fire events and drive XRI interactions. | org.mixedrealitytoolkit.core | |
4141

4242
## Running package tests
4343

0 commit comments

Comments
 (0)