Enemy가 여러마리일 때 한마리가 죽고 나서 MissingReferenceException 에러가 났다. Destroy한 오브젝트인데.. Animator가 호출됐다. (ㄷㄷ귀신)MissingReferenceException: The object of type 'Animator' 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. 이번 프로젝트에서 Player, Enemy, Stat 제어 등을 맡게 되면서 다양한 시스템과의 연동이 필요했기 때문에 Action 구독 방식을 적극 활용했다. 그중에는 싱글톤 인스..