I like to extend the Unity Editor GUI to make a universal sort function for all Arrays available via Context menu.
Is there a way to extend the ObjectField class or the the class that is controlling the GUI for arrays?
Example:
X different Classes with Arras of different types.
I like to sort the input objects (like a image sequence or data files).
Implementing / copping the code for sorting in every time in a new custom editor class is not very efficent.