textarea unity size code example
Example: unity inspector how to get larger field for string text
//[TextArea(int minLines,int maxLines)]
[TextArea(15,20)]
public string Description = "";
//[TextArea(int minLines,int maxLines)]
[TextArea(15,20)]
public string Description = "";