Hi , sorry if this is been asked before , i can t seem to figure out how to deal with it. When i have a text field, it seems theres no way i can make it not gain focus, i dont really want the user modifying it , in fact i didnt leave a variable open for modification to the textArea. Is there a way to stop it from accepting the mouse?
GUI.enabled = false;
GUI.TextField(.......);
GUI.enabled = true;
Ahh simple , sweet thanks m8.