I have a quick question. I have this line of code setup to where u can input a string into a textfield and i want to take that string and input it over my characters head in the game world, once the hit the enter key.
This is the line of code where you can put the string and i have on clue what to do next.
stringToEdit = GUI.TextField(new Rect(Screen.width /60f,Screen.height / 1.05f, 300,20),stringToEdit,25);