Is there a way to drag and drop a folder into an array?

Is there a way to drag and drop a folder into an array and have it drop all items of the array’s type into the array? I don’t want to use “Resource” to load a folder if I don’t have to…

No, you can’t drag and drop a folder, but you can drag multiple assets at the same time. To do this you have to select the GameObject that has the public array and lock the inspector.

Now you can select all assets you want to add to the array (hold ctrl down). Now simply drag the assets onto the array. Don’t drop them in an array element, you have to drop them on the array itself. Unity will expand the array and add the items at the end.