Can I do this?

Can I do this??

How do I set the position of the text field??
I’m using GUITextField, but now I want to set the input keyboard like in the picture, not the default one.

But I’m getting much similar like this:
alt text

a box right above the keyboard

If you use GUI.TextField you can specify what RECT the object is within.

The screensize can be calculated with Screen.width/2 for center, then subtract half the width of your wanted textfield size.

If you also want the text to center, you can do this with a simple GUIstyle.

Check script reference on the words I have used or leave me a note and I will post the links later if needed. I just wanted to answer you quickly. :o)