Make multidimensonal array in javascript in editor

How can I program it so I can see a Multidimensional array in the editor using javascript? Or do i have to use c# if so how do I program that in c# to serialize it? Im makeing a 3Dimensonal array.

You would need to write a custom editor; it’s not any different in C#.

–Eric

Are there any tutorials on custom editor?

Have you read the docs?

–Eric