unity multidimensional array count code example
Example: unity how to find the length of on axis of an array
myArray.GetLength(0) -> Gets first dimension size
myArray.GetLength(1) -> Gets second dimension size
myArray.GetLength(0) -> Gets first dimension size
myArray.GetLength(1) -> Gets second dimension size