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

A UI Keyboard that works with WMR/Desktop/Hololens alike #7626

Closed ajnaduvil closed 3 years ago

ajnaduvil commented 4 years ago

Describe the problem

MRTK doesn't provide a UI based keyboard. I am having trouble integrating a keyboard solution that works with WMR headset as well as hololens and editor.

Describe the solution you'd like

A customizable UI based keyboard that works with UGUI as well as TextMeshPro. Similar to what we had in Holotoolkit

keveleigh commented 4 years ago

Does the experimental NonNative Keyboard fit your need? https://github.com/microsoft/MixedRealityToolkit-Unity/tree/mrtk_development/Assets/MRTK/SDK/Experimental/NonNativeKeyboard from https://github.com/microsoft/MixedRealityToolkit-Unity/pull/6492