
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
메모리 누출이 있을 수 있다 하는데 구글에 검색해 봐도 모르겠습니다.
검색했을 때 이미지의 문제일 수도 있다고 해서 이미지들을 봤는데
intro이미지의 인스펙터창 밑부분에는 에러문구가 없습니다.
게임은 정상 작동 합니다.




작성한 코드 및 에러 메세지
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 13)UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Internal: JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old - this is not allowed and likely a leak
To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.
한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
