↧
Better multiline text input field asset?
I have noticed that the built in text input field in Unity lacks a bit of polish. For instance the text gets blurry when scaled up and the caret bugs out when entering more than a few lines of text...
View ArticleCan EditorGUILayout be used as a in-game notepad accessible by the user?
Looking to use Unity to create a program that displays an interactive notepad (think Load/Edit/Save text). Is EditorGUILayout a good option for this?
View Article