Hi i have a GUI Textfield for my login system for people to log into and i want that GUI Textfield also to save the in game gamertag, i mean how can i add 2 things at a GUI Textfield this is my code:
userName = GUI.TextField (new Rect(25, 60, 375, 30), userName);
and i want to have:
userName = GUI.TextField(new Rect(25, 60, 375, 30), userName, MultiplayerScript.instance.PlayerName);
But if i then save and gonna login the Textfield disappear, its hard to explain and my english isnt so good, so hope somone will understand and help me
Thanks.