Multi-Dimensional array visible in Inspector

Hello everybody,
I’m currently working with a tri-dimensional array, using the MultiDim.cs script given on Unify.
The problem is that I would like that this table could be filled using the Inspector, is there any way to do so?

Not directly, though you might be able to do it with a custom inspector.

–Eric

Thanks for the answer. I didn’t know that we could create custom inspector, I will watch the documentation about that :smile: