唯一的一点问题出现在SceneCamera.cs中的LateUpdate方法中的camera,因为在之前没有定义过任何关于camera的信息,因此会报错。这样改: if (player != null) GetComponent
好的咧