Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
Today
Total
관리 메뉴

행복한 개구리

Unity 빌드 IL2CPP에러 해결 본문

Unity/Unity - Solutions

Unity 빌드 IL2CPP에러 해결

HappyFrog 2021. 7. 26. 15:44
Exception: Failed running C:\Program Files\Unity\Hub\Editor\2020.3.13f1\Editor\Data\il2cpp/build/BeeSettings/offline/bee.exe --useprebuiltbuildprogram --no-colors

빌드를 하니까 이런식의 에러가 났다.

 

원인을 찾다보니 프로젝트명에 한글이 섞여있어서 발생하는 문제로 보였다.

그래서 프로젝트명을 모두 영어로 작성한 뒤에 빌드하니 해결되었다.