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

Kiosk mode and USB keyboard Input with the HL2 #10342

Closed iTreby closed 2 years ago

iTreby commented 2 years ago

Describe the bug

Unity Keyboard Input doesn't work when HL2 is in single app kiosk mode. I have a menu in a scene and using a USB keyboard I can interact with it.

To reproduce

Steps to reproduce the behavior:

Build an application on Unity using MRTK Enable Kiosk mode from HL2 Portal Press a key on the USB keyboard See if there is detection

Expected behavior

Detection of the key pressed from the USB keyboard Example situation, on my scene I have a text that change depending on the USB key press.

Your setup (please complete the following information)

Target platform (please complete the following information)

MaxWang-MS commented 2 years ago

Closing this one as a duplicate of #10053