Unity

Unity/Trouble Shooting

[Unity] Internal build system error. Backend exited with code 2

문제 상황 Unity 2021.3.3f1 버전에서 Internal build system error. Backend exited with code 2 에러가 발생하고 Play Mode로 진입하지 못하는 상황 발생 원인 주로 macOS 환경에서 발생. Firebase가 사용하는 python의 심볼이 python3를 가리키지 않아서 발생한 문제 해결 방법 다음 Github의 파일들을 받은 뒤 Firebase.Editor 폴더 내의 파일들을 ./Assets/Firebase/Editor 경로에 붙여 넣기 한다. https://github.com/techyworm10/firebase-unity-sdk-editor-python-fix GitHub - techyworm10/firebase-unity-sdk-edito..

Unity/Trouble Shooting

[Unity] AmbiguousMatchException: Ambiguous match found 에러

문제 상황 Unity 2021.3.3f 버전에서 오래된 프로젝트를 열었는데 다음과 같은 메시지가 출력되면서 Play Mode로 들어갈 수 없음 AmbiguousMatchException: Ambiguous match found 원인 Android Resolver가 나무 오래된 버전이라서 발생한 문제 해결 방법 최신 버전의 Android Resolver를 다운로드 받고 다시 forece resolve를 수행한다. 다운로드 링크 - https://github.com/googlesamples/unity-jar-resolver GitHub - googlesamples/unity-jar-resolver: Unity plugin which resolves Android & iOS dependencies and pe..

QUVE.
'Unity' 태그의 글 목록