- Home /
How do you get Unity to return a user input?
I'm writing a GUI system and am trying to create a profile system, however once they enter their name in the GUI text field and hit submit, I just want their profile name to show up on the screen for now.
Comment
Best Answer
Answer by DaveA · Feb 22, 2012 at 03:22 AM
Look into using GUI.Label. Give it the string you got back from the user when they filled in the text field (GUI.TextField)
Your answer
Follow this Question
Related Questions
Text Prompt Problem 1 Answer
Limit on GUI Components? 0 Answers
Setting Scroll View Width GUILayout 1 Answer