Hello there.
I’m having a strange problem with GUILayout’s TextArea and TextField functions. While I used it several time before without having any problem, I can’t seem to find out what’s wrong here.
_currentFile = GUILayout.TextArea(_currentFile);
Where _currentFile is a member of my MonoBehaviour. This variable is only edited here. Does someone know what the hell is going on with TextField/TextArea all of a sudden ?
Thanks in advance.