Alex
Alex

Reputation: 155

System keyboard for Unity Editor/Remoting

I am trying to develop an application which uses the (CPU/GPU) power of the Workstation with the Hololens 2. Therefore I test a lot in the Unity Editor or through Remote Rendering.

I use the MRTK Toolkit whichs displays a system keyboard when working directly on the Hololens 2. Of course when I test the application through Unity (Editor and Remote) no immersive system keyboard opens and I have to use my physical keyboard.

Question

Does somebody has tried to show the system keyboard also inside the unity editor or during remoting? Is there an already existing, e.g, flag, which turns this on and that i missed?

Thank you all for the help!

Upvotes: 1

Views: 653

Answers (1)

Eumathes
Eumathes

Reputation: 36

As @derHugo said, there is no option to display the System keyboard inside Unity Editor. Where an alternative could be to design your simple keyboard for the purpose of Unity Editor, or you could launch a pop-up OSK (On-Screen Keyboard) when the Input Field is selected (link to a script).

Upvotes: 2

Related Questions