2022년 6월 27일 월요일

unity WebGL 빌드시 유의사항

 경로에 한글 _ 띄워쓰기 등 이상한게 끼어있으면 빌드 에러가 난다.

clang++.exe 를 에서 에러가남


프로젝트 경로 뿐만아니라


hierarchy에서의 게임오브젝트 이름에서도 해당 규칙을 지켜줘야한다...



Exception: Unity.IL2CPP.Building.BuilderFailedException: clang++.exe: error: unable to execute command: Couldn't execute program 'C:\Program Files\Unity\Hub\Editor\2020.3.30f1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten_FastComp_Win\clang++.exe': �׼����� �źεǾ����ϴ�.  (0x5)
ERROR:root:compiler frontend failed to generate LLVM bitcode, halting





댓글 없음:

댓글 쓰기

git rejected error(feat. cherry-pick)

 문제 아무 생각 없이 pull을 받지않고 로컬에서 작업! 커밋, 푸시 진행을 해버렷다. push에선 remote와 다르니 당연히 pull을 진행해라고 하지만 로컬에서 작업한 내용을 백업하지 않고 진행하기에는 부담스럽다(로컬작업 유실 가능성) 해결하려...