Skip to content

Commit 6407618

Browse files
author
David Kline
authored
Merge pull request #6245 from microsoft/cre8ivepark-patch-1
Update Examples Hub README to provide information on Extension package
2 parents 1bb34a0 + 806c1ca commit 6407618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/README_ExampleHub.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ MRTK Examples Hub is a Unity scene that makes it easy to experience multiple sce
66

77
**MRTKExamplesHub.unity** is the container scene that has shared components including ``MixedRealityToolkit`` and ``MixedRealityPlayspace``. **MRTKExamplesHubMainMenu.unity** scene has the cube buttons.
88

9+
## Prerequisite ##
10+
MRTK Examples Hub uses [Scene Transition Service](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Extensions/SceneTransitionService/SceneTransitionServiceOverview.html) and related scripts. If you are using MRTK through Unity packages, please import **Microsoft.MixedReality.Toolkit.Unity.Extensions.x.x.x.unitypackage** which is part of the [release packages](https://github.com/microsoft/MixedRealityToolkit-Unity/releases). If you are using MRTK through the repository clone, you should already have **MixedRealityToolkit.Extensions** folder in your project.
11+
912
## MRTKExamplesHub Scene and the Scene System ##
1013
Open **MRTKExamplesHub.unity** which is located at ``MixedRealityToolkit.Examples/Demos/ExamplesHub/Scenes/`` It is an empty scene with MixedRealityToolkit, MixedRealityPlayspace and LoadHubOnStartup. This scene is configured to use MRTK's Scene System. Click ``MixedRealitySceneSystem`` under MixedRealityToolkit. It will display the Scene System's information in the Inspector panel.
1114
<br/><br/><img src="../Documentation/Images/ExamplesHub/MRTK_ExamplesHub_Hierarchy.png" width="300">

0 commit comments

Comments
 (0)