InputField-Native-Android-For-Unity
you can hide inputField Keyboard for Android
How To use
-
step 1 - create new project or open existing project
-
step 2 - import package
-
step 3 - create new empty gameobject and add component "InputFieldHandler"
*step 4 - create Canavs and added InputFieldWF , you can find it in WindForceKeyBoard/PlayerPrefs"
done
How To get Text from InputFieldWF?
each InputFieldWF have KeyBoard script inside the script variable "text"
example
[serlizedfield]KeyBoard input1 ;
public void getText(){ Debug.Log(input1.text); }