How to make bigger window in Conversation Inspector
Posted: Mon Feb 01, 2021 5:23 am
Hi,
I add my own field to DS and I am trying to make it bigger in UI than one line. However, TextArea method doesn't change anything... What should I do?
I add my own field to DS and I am trying to make it bigger in UI than one line. However, TextArea method doesn't change anything... What should I do?
Code: Select all
public override string Draw(string currentValue, DialogueDatabase dataBase)
{
return EditorGUILayout.TextArea(currentValue);
}