microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Add scene title to SampleSceneHandMenu #10810

Closed Clandguth closed 2 years ago

Clandguth commented 2 years ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


Describe the problem

Unsure which app is which during testing, if an issue is found. The user must already know the scene, or be willing to dive back into Unity to figure app the issue was hit on in order to properly report it.

Describe the solution you'd like

Print the Scene title on the hand menu of each scene

EX: Underneath the text "Navigate Sample Scenes"

Describe alternatives you've considered

Create a new window solely for the purpose of displaying the scene name and basic info

Clandguth commented 2 years ago

Going farther into a test pass, its obvious this is handled mostly throughout the Scenes.

This issue affects the CanvasExample scene. Will add additional comments if the issue is encountered on other scenes

Zee2 commented 2 years ago

I've been thinking about doing this! Will add it soon.