我定义了一个脚本: public class Test : MonoBehaviour { //能在inspector中显示,但是无法设置数组长度,一直是0 public int[] nums=null; public int speed=1; //string数组又可以T T public string[] names=null; // Use this for initialization void Start () { } // Update is called once per frame void Update () { } } 这是不是untiy的bug啊,有没有哪位大侠解决了。我unity都重装两遍了