Dialog

Screenshot of a dialog overlay with yes and no buttons shown on HoloLens

Dialog controls are UI overlays that provide contextual app information, often requesting a user action. Use dialogs to give users important information and request confirmation or extra information before an action can be completed.



Dialog in MRTK (Mixed Reality Toolkit) for Unity

MRTK provides dialog control in three sizes with one or two button options. You can also specify the placement distance for near or far interaction range.

  • DialogSmall_192x96.prefab: 192x96mm
  • DialogMedium_192x128.prefab: 192x128mm
  • DialogLarge_192x192.prefab: 192x192mm

Screenshot of different size dialog overlays running on HoloLens



See also