본문 바로가기
카테고리 없음

[Unity] 빌드 후 Encoding 949 오류 해결

by Sakriun_to 2022. 2. 9.
728x90

빌드 후 한글 인코딩이 안되는 경우 

Build Settings > Development Build 체크 후 빌드 하면 아래와 같은 오류를 확인할 수 있다.

 

1, NotSupportedException Encoding 949 data could not be found. 오류 발생

위와 같이 오류가 나는 경우에는 인코딩에 필요한 라이브러리가 존재하지 않아서 나는 오류 이다.

아래 경로에서 두가지 파일을 Asstes > Plugins 폴더에 넣고 빌드 하면 해결가능

C:\Program Files\Unity\Hub\Editor\2019.3.1f1\Editor\Data\MonoBleedingEdge\lib\mono\unity

1) I18N.dll
2) I18N.CJK.dll

 

2. Invalid IL code in I18N.Common.Manager:get_PrimaryManager 오류 발생

위와 같은 오류가 날 경우에는 아래 경로에서 두개의 파일을 가져오면 해결가능

C:\Program Files\Unity\Hub\Editor\2019.3.1f1\Editor\Data\MonoBleedingEdge\lib\mono\unityjit
 
728x90
반응형

댓글