How to hide InputField additional input box in unity3d

dev-masih picture dev-masih · Apr 16, 2015 · Viewed 8k times · Source

I use a FiledInput in android app and when I starting to put string in it a softkeyboard pops up and a box, I want to get rid of it.

Is it any way to do so using Unity3d 4.6.2f1 ?

text

Answer

Olivia picture Olivia · Apr 16, 2015

You can use InputField.shouldHideMobileInput for that.