본문 바로가기
Programing/Unity

[Unity error] Compressed texture ... is used as icon. This might compromise visual quality of the final image. Uncompressed format might be considered as better import option.

by TEXTBOX 2022. 1. 7.
728x90


Compressed texture Rollingstone_icon is used as icon. This might compromise visual quality of the final image. Uncompressed format might be considered as better import option.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

 

빌드시에 해당 오류가 발생하였다.

내용을 살펴보니 Icon으로 사용된 파일이 품질손상이 발생할 수 있다는 내용인것 같은데...
어떻게 수정을 할지는 알 수 없어서 구글링을 열심해 했다.

답은 간단한 곳에 있었다.

Project Settings의 Player에서 Default Icon으로 사용하였던 이미지를 먼저 열어

해당 이미지 속성중에 맨 아래쪽 Default탭의 Compression의 값을 "None"로 설정해 주면 되었다.

끝.

728x90

댓글