mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
386 stars 91 forks source link

Cannot change input value from code #89

Closed bakwc closed 7 months ago

bakwc commented 2 years ago

Code:

INPUT_FIELD.text = "SomeText";

For mobile input it's not working. On PC everything works, on Android - empty fields

mopsicus commented 2 years ago

You should do it with MobileInputField class