但是我检查了好几遍,和老师的一模一样,
console里显示说
NullReferenceException: Object reference not set to an instance of an object
Airplane.Update () (at Assets/Airplane.cs:21)
Ray ray=Camera.main.ScreenPointToRay(Input.mousePosition);
这条不知道有什么问题
你打印下Camera.main的值看是不是null,如果是的话,应该是你的摄像机对象的Tag值没有设置成MainCamera,所以没找到摄像机