You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, not sure why this is happening. Apparently only happens to [TextArea] if there's text in it, and depends on how far out of view the node is
Edit: It seems like instead of matching height to fit the text, it adds a whole line's height expansion per letter, until it reaches MaxLines specified in [TextArea]
[Input] public string key = string.Empty;
[TextArea(1, 10)] [Input] public string[] inputs = new string[0];
[Output] public string output;
This only happens while the left side of that node window is clipped.
http://www.poleaxe-games.com/xnode/xNodeClip.png
The text was updated successfully, but these errors were encountered: