MRTK3 UX / Data Binding examples missing #11317
-
In the documentation for MRTK3 you see alot of references to Examples scenes for UX and DataBinding. One is speaking of UX example scenes like "CanvasUITearSheet.unity" In the Data Binding documentation they speak about DataBindingExamples.scene It would be great for these examples to exist in the Feature Tools Packages or at the very least be linked in the documentation. I have tried to get into MRTK3 a few times now and always stop at the lack of shown examples. Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @DenisTschitschenkow, the example project is in the All of the sample scenes are in the Here's the documentation that describes the location of the sample scenes: https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk3-overview/scenes We can add more of these docs to more places, like the README, if that helps. |
Beta Was this translation helpful? Give feedback.
Hi @DenisTschitschenkow, the example project is in the
UnityProjects
folder, located here: https://github.com/microsoft/MixedRealityToolkit-Unity/tree/mrtk3/UnityProjectsAll of the sample scenes are in the
Assets/Scenes
folder, except for the binding/theming scenes which are in theData Binding Example
folder.Here's the documentation that describes the location of the sample scenes: https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk3-overview/scenes
We can add more of these docs to more places, like the README, if that helps.