Search Unity

Text board and Android keyboard like log-in

Discussion in 'Scripting' started by mogambo, Oct 24, 2014.

  1. mogambo

    mogambo

    Joined:
    Oct 14, 2013
    Posts:
    42
    Hi, I'm new to Unity3D

    I need to open a text box and enter some text using Android keyboard and save the text in a string.

    Can some one please help providing example for this in C#?
    It is like a user name acceptance field in any website.

    My algorithm is this...Can some one help me with C# example ? I tried for a day already :(

    If(Button Clicked)
    {
    Open text field;
    Open Keyboard;
    When Keyboard 'Enter'/'Ok' pressed close keyboard;
    Save text to a field;
    after saving, do something;
    }