So now Unity has this script execution order section in the project settings:
Each element in this list can be dragged nicely higher or lower in the list. I’m currently making a custom inspector pane and it needs to offer the ability to easily drag list items into a new order. Does anyone know if this functionality is exposed for us to use in our editor scripts? If not, anyone know a way i can produce something similar?