I want to ask how to make UITextField on Android Unity. I want when user click on the TextField then the keyboard pop out and user can edit the text field like in the iPhone. Is There any source code or tutorial for this?
You can try this.
It basically creates a textfield that you can click on and type stuff inside. I'm not sure if it'll work the same way on an android though, but I think it should be able to cause Unity can support android platform.
Hope that helps.