Drag and Drop onto Array of Custom Objects

I would love to be able to drag and drop a long list of prefabs from the Project window onto an array of custom objects, each of which has a prefab field, and see the empty prefab fields populated with the long list of prefabs. To illustrate this, here is a screenshot of my array of Entity objects.
120781-part1.png
Each Entity has a name, a GameObject, a color, and an offset.

I want to let the user select the two prefabs (at the bottom of the image) and drag them onto the words “Entities Array” and have it instantly look like this:
120782-part2.png
Is there any way to accomplish this? (Please note that the only thing necessary to make the prefabs go into the right positions is alphabetical order. I’m not worried about matching up names.) Thanks!

Hi @Retrovius

I also was looking for the feature you asked and I found this script.

This can be modified and used by your needs.