Filling a large public array in editor

I made a public Texture2D for a GUI animation but the size is 120. Is there a faster way to fill the array other than drag and drop every single frame from the assets to the inspector one by one?

Yes, lock the inspector first, then select all of the textures at once and drag them onto the array.