エディターの再生ボタンでゲーム停止したときに以下のエラーがたまに出るんだけど原因が特定できない
ゲームんの停止時や終了時に走らせるスクリプトは書いてないのになんだろう?

MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.

Your script should either check if it is null or you should not destroy the object.
UnityEngine.GameObject.SendMessage (System.String methodName) (at