Array.
Description

Creates an Array of a fixed size.

var arr = new Array(5);
Debug.Log(arr.length);