Unity 2D Array Inspector
Unity 2D Array Inspector . This attribute lets unity know which class this custom inspector represents. Unity doesn't display 2d array in the inspector. Sunny Land / Unity 资源 GameDevLog from game.iosdevlog.com Use this if you want to deal with 2d arrays easily within the inspector of unity. You can build a customeditor script for your class, and then display your multidimensional array using gui, just like you code normal ongui event. Cant display array items in the inspector.