Can i select multiple objects in hierarchy and drop them into a script's array?

I used to drop object into array one by one, but when array goes really long, it gets painful, right?
So any suggestion?

Click the object you want to put stuff in (so the target array shows up in the Inspector).

In the top-right of the inspector is a tiny little padlock icon, click that to lock the Inspector so it won’t change to another object.

Now you can select as many objects as you want (with control/shift or Mac analogues as normal), and drag them into the array.

Remember to un-lock the Inspector when you’re done :wink:

In addition - You have to drag onto the main header, not into the element slots (to get the green + icon).