This might be a dumb question but is there an easy way for me to use the UIToolkit accept simple user text input from the android or ios builtin keyboards. For example, if I want the user to input their email or password how do I do that? The native Unity Gui options did allow for that and hashed the password fields. I did a quick read through on the functions and it looks like it listens for the touchUp or down events on buttons but nothing built in to accept the input.
This might be a dumb question but is there an easy way for me to use the UIToolkit accept simple user text input from the android or ios builtin keyboards. For example, if I want the user to input their email or password how do I do that? The native Unity Gui options did allow for that and hashed the password fields. I did a quick read through on the functions and it looks like it listens for the touchUp or down events on buttons but nothing built in to accept the input.
I love the UIToolkit by the way!
Thanks