I would like a third optional parameter to go.property that allows properties to be grouped in the editor. Some of my more complex scripts (such as enemy.script) have a LOT of properties and it would really make the task of setting these easier if I could group them (“Basic”, “Attack”, “Movement” etc).
I would also like to be able to say that a property should not be visible in the editor. Since the best way of delaying stuff is a go.animate(…) on a dummy timer property, I have a lot of those as well which clutters the editor. This feature would be more of a nice to have though if the grouping would be implemented, since I could just group all of these properties in a group like “Ignore” or something like that.