MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
358 stars 91 forks source link

Add Callout/Tooltip to MRTK 3 #205

Open IssueSyncBot opened 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@alexapropt @alexapropt


Overview

The tooltips are an excellent tool, but we are still forced to use those from the MRTK2 version, as there is no option in MRTK3, as far as we know.

Tasks

Additional Context

Documentation on MRTK2 feature: https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/features/ux-building-blocks/tooltip?view=mrtkunity-2022-05


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11318

IssueSyncBot commented 12 months ago

Original comment by:

@keveleigh keveleigh


Hey! Just to clarify, are you referring to these sorts of tooltips? https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/features/ux-building-blocks/tooltip?view=mrtkunity-2022-05

Or these popups when you hover something to provide additional contextual info, like speech commands https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/features/input/speech?view=mrtkunity-2022-05?

IssueSyncBot commented 12 months ago

Original comment by:

@alexapropt alexapropt


Hello! Sorry for the delay in replying. The question is really about the 1st option. I'm using the MRTK2 option mixed with MRTK3 to provide information to the user during procedures. Voice commands is another matter :)

IssueSyncBot commented 12 months ago

Original comment by:

@Zee2 Zee2


Updated title with updated terminology

AHMED-DALHI commented 5 months ago

Any progress on this one plz?

HiroOfHyrule commented 1 month ago

Agreed, a progress update would be appreciated.

This feature would be useful as MRTK2's tooltips and the MRTK Line Renderer component make adding tooltips really quick and easy to implement. The Line Renderer component is also super useful for other things too (might be useful for this to have its own ticket for that reason).

Since porting this over from MRTK2 seems relatively easy to do, I'm assuming this is just low priority compared to other features. Thus, it might be best for us to port this over ourselves until either the MRTK3 main devs or a community member can get to full integration of this.