In my project, I’ve added quite a few of my scripts to the “Add Component” menu every prefab has using the AddComponentMenu() function. Problem is, Unity doesn’t seem to sort the entries in that menu in any meaningful way. Is there any way to tell Unity to sort the entries in the Add Component menu, perhaps alphabetically?
You can use the AddComponentMenu attribute on your scripts to organize them in to folders within the menu. See Unity - Scripting API: AddComponentMenu for more information.