As it's C#, you can just use any C# tutorials - they're not specific to Unity. It's only UnityScript that is specific to Unity and I don't think Native UnityScript has the ability to create multidimensional arrays (although it can use them if they've been created in C# and passed over). At least it didn't the last time I…