I’d like to select keyboard type for the input filed like in Unity - Scripting API: TouchScreenKeyboardType
and to hide small input field over the keyboard
is it possible? will it be?
I’d like to select keyboard type for the input filed like in Unity - Scripting API: TouchScreenKeyboardType
and to hide small input field over the keyboard
is it possible? will it be?
These are already options on the InputField…
works perfectly in 4.6 b21
in the old version Keyboard Type was only visible in ‘inspector debug’ mode but now (b21) always shows. great
Next question Where is my “Done” button when using multiline text? (Input field is hidden)
I have only return which i want to use for new lines.
Can I acces this keyboard to fire some .Done() method from my other “buttons”?