MissingReferenceException: The object of type 'RectTransform' has been destroyed but you are still trying to access it.
Destory로 인해서 RectTransform가 null인 상태에서 해당 RectTransform을 접근해서 에러가 나는 상황이다.
단순하게 RectTransform == null 체크를 진행해서 해당 로직을 분기해주면 된다.
Object의 라이프 사이클을 고려해야한다.
★☆☆☆☆
반응형
'개발 > Unity' 카테고리의 다른 글
Unity)Unity 로드 할 패키지 관리(Packages/manifest) (0) | 2021.12.21 |
---|---|
Google Play Console)Unity) Google Play (리더보드,업적) 사용하기 (0) | 2021.12.13 |
Unity)Firebase) Google Auth 연동 (0) | 2021.12.06 |
문제해결)Unity)Unity aab build FileNotFoundException: Temp\gradleOut\launcher\build\outputs\bundle\release\launcher-release.aab does not exist (0) | 2021.12.02 |
Unity)Plugin) PlayerPrefs Editor (0) | 2021.11.30 |
댓글