Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 572 Bytes

File metadata and controls

30 lines (18 loc) · 572 Bytes

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); }