TextArea selects all text everytime

Issue #233 resolved
Former user created an issue

My TextArea's are always highlighting all of the text. I cannot double click on a word to get it to select that, or click once to move my cursor to the position I clicked. I am not using any Odin specific attributes, just Unity's TextArea:

[FoldoutGroup("General")] [TextArea(1, 30)] public string toolTip;

You can see a gif of it in action here: https://imgur.com/a/njPfX

Unity version: 2017.1.2f1 Windows version: 10 (Build 16299)

Comments (1)

  1. Log in to comment