UNity Ipad Keypad issue

Hey,

I am using a Form(to fill data) in my game.

Consider it has 2 textfield.Usrename,Emailid

So if i am entering username then i have to click Done on ipad keypad and then only i can click on email id.

Is there any way how i can directly go to other email id or other textfield?Is it possible?

Please anyone.Little bit urgent.:slight_smile:

You can use the GUI.FocusControl function to set the focus to a named control (the manual page has a good example of usage).

Andeeee,

Thanks for reply.

This wont work for me.If you click on Ipad any text-field then Ipad-keyboard comes.Keyboard has Done key which means you are done with your data.(you filled text).

Now i have 10 text-fields,So every-time for adding data or for moving to other text-field i have to click Done,so keypad goes off,again i click on other texfield and keypad comes out.In xcode we can handle this thing.

I am not able to do anything on my app when keyboard is already invoked.Keyboard comes as a overlay on my application.I lost control of events on my application when keyboard comes out.I am not able to get any event so i cant set focus also.

can you please again check regarding this and suggest me some solution?