Hi!
I am making a touch app using Unity 2017.1 and Windows 10.
I am trying to launch the keyboard while playing in the editor using this code:
var keyboard = TouchScreenKeyboard.Open("test");
However, it does not show up and the keyboard.active
is set to false.
So I have two questions:
- Is it not possible to show the keyboard while playing in the editor?
- How can I make the keyboard show up? Do I need to convert it to a Windows Store App?
Thanks!