游戏中物体均按照视频中进行设置,并且设置开火按键space后VS未发生语法错误,但是进入Unity中播放场景,按空格键,控制台出现错误提示:NullReferenceException: Object reference not set to an instance of an object
TankAttack.Update () (at Assets/Scripts/TankAttack.cs:36),c#脚本中第36行的代码为 GameObject.Instantiate(shellPrefab, firePosition.position, firePosition.rotation);
使用unity版本为2020.3.8f1c1,烦请解答。