↧
How to relocate components dynamically?
I have a series of TextAreas folded with EditorGUI.Foldout. This works fine but I would like to push the following foldouts when I open one above them. So I use an array of Rect when I create them so I...
View ArticleRe-orderable object lists in inspector
Hello. I have a list of serializable objects to represent entries in a library. I want to be able to order them in the inspector, just for ease of work. I know this is a common question, so I've looked...
View Article