An array is a collection of values or references of the same type. You can add, remove, and reorder elements in an array, and edit their values.
You can add and remove elements one at a time with the + and - buttons.
Some arrays have a Size field. You can use this field to add or remove multiple elements at once:
Tip: When you add an element to the array, the Unity Editor reuses the values of the previous element. To set up an array with similar values, add the first element and then change the array’s size to copy its value to subsequent elements. You can then edit only the values that differ.
To rearrange elements, drag the element headers up or down.