문제 상황
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
'Unity > Trouble Shooting' 카테고리의 다른 글
[Unity] Providing Android resources in Assets/Plugins/Android/res was removed 문제 해결 방법 (0) | 2023.05.14 |
---|---|
[Unity] AmbiguousMatchException: Ambiguous match found 에러 (0) | 2022.10.01 |