본문 바로가기
개발/Unity

문제해결)MissingReferenceException: The object of type 'RectTransform' has been destroyed but you are still trying to access it.

by 테샤르 2021. 12. 8.

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

 

Destory로 인해서  RectTransform가 null인 상태에서 해당 RectTransform을 접근해서 에러가 나는 상황이다.

단순하게 RectTransform == null 체크를 진행해서 해당 로직을 분기해주면 된다.

 

Object의 라이프 사이클을 고려해야한다.

 

 

 

★☆☆☆☆

 

반응형

댓글