Hi, I’m building an app on tvOS and I need to use UI.InputField.
When I click the InputField with the remote the focus moves to it but no keyboard is shown. I can’t type anything.
I found TouchScreenKeyboard class, but do I really have to manually implement the keyboard input myself? Why doesn’t unity handle it for me?