|
Hello. I am a bit puzzled about how to edit a string in a textarea from inside a game.
I can see the textarea, can click into it and move the curser in the text but I cannot edit the text. What did I forget?
(comments are locked)
|
|
Try stringToEdit = GUI.TextArea(new Rect(120, 10, 200, 100), stringToEdit, 160);
(comments are locked)
|
