Unity Inspector, wie man ein größeres Feld für Stringtext bekommt

//[TextArea(int minLines,int maxLines)]
[TextArea(15,20)]
public string Description = ""; 
Uptight Unicorn