Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Other way of doing GUITextfield.

Discussion in 'Scripting' started by zhapness, Sep 29, 2011.

  1. zhapness

    zhapness

    Joined:
    Apr 10, 2011
    Posts:
    58
    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 ! :)
     
  2. Earthquake

    Earthquake

    Joined:
    Nov 2, 2010
    Posts:
    261
    Do you want the style of GUI textfield? (How it looks)
     
    Last edited: Sep 29, 2011
  3. zhapness

    zhapness

    Joined:
    Apr 10, 2011
    Posts:
    58
    no just something working as a GUITextField but not using the OnGUI() function
     
  4. zhapness

    zhapness

    Joined:
    Apr 10, 2011
    Posts:
    58
    I did it, with the iPhoneKeyboard.Open function, No OnGUI for me :)