Hi I am in the making of a game for Android and Iphone (starting with Android).
And I do not want to use the OnGUI function, but I need text fields in my game,
Does anybody know if there is any way to use guiText like a GUITextfield?
Thanks !
Hi I am in the making of a game for Android and Iphone (starting with Android).
And I do not want to use the OnGUI function, but I need text fields in my game,
Does anybody know if there is any way to use guiText like a GUITextfield?
Thanks !
Do you want the style of GUI textfield? (How it looks)
no just something working as a GUITextField but not using the OnGUI() function
I did it, with the iPhoneKeyboard.Open function, No OnGUI for me