Search Unity

HELP ME PLZ

Discussion in 'UGUI & TextMesh Pro' started by inflame, Mar 27, 2015.

  1. inflame

    inflame

    Joined:
    Jul 31, 2014
    Posts:
    24
    help convert button. It is necessary to make a separate login button. but now when you click on the name of the character comes into play.
    Code (CSharp):
    1. if(GUILayout.Button(player.Name)){
    2.                                 SendSelectedPlayer(player.Name);
    3.                                 UnregisterSFSSceneCallbacks();
    4.                                 Application.LoadLevel("game");
    5.                         }
    needs to be done as a separate button on the photo Enter the game/