Answers for "how to increase the size of a text field in the unity inspector"

C#
1

unity inspector how to get larger field for string text

//[TextArea(int minLines,int maxLines)]
[TextArea(15,20)]
public string Description = "";
Posted by: Guest on November-18-2020
0

change text size unity

text.fontSize = 20;
Posted by: Guest on October-28-2021

Code answers related to "how to increase the size of a text field in the unity inspector"

C# Answers by Framework

Browse Popular Code Answers by Language