-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
It's really annoying that the behavior parameters are ordered alphabetically and not in the order they were added. It prevents makers from making planned and structured parameters (Ex: main toggle for a feature and then the parameters to customise that feature after that) and instead gets something that's hard to understand and looks confusing.
Like this one:

I don't see a use of sorting it alphabetically. Ordering it the other way makes more sense. Many users (or no one) will care if the parameters are alphabetically ordered or find a use from it.
It could be a setting in the behavior settings to sort it alphabetically or not
So, a bonus would be to 'move up' and 'move down' parameters in the behavior properties to easily structure/change parameter order afterwards. Currently reordering them means changing all the parameters. Also, the same could be helpful for the String options too
:)