No cloud project ID was found by the Analytics SDK 오류 해결 방법
No cloud project ID was found by the Analytics SDK.This means Analytics events will not be sent. Please make sure to link your cloud project in the Unity editor to fix this problem. 오류가 나타나도 실행에 문제는 없다.
필자는 해당 오류가 2021.3.15f1 3D URP 버전에서 프로젝트를 생성하거나, 다운로드 받은 프로젝트를 열 때 발생했다. 해당 오류는 Unity 프로젝트를 사용하기 위해 프로젝트 ID를 연결하라는 오류이다.
오류 해결 방법은 상당히 간단하다.
1. File > Build Setting > Project Settings > Services 섹션에 들어간다.
2. Organizations의 드롭 박스에서 자신의 ID를 선택한다.
3. Create project ID를 버튼을 클릭한다.
아래와 같이 Services General Settings 화면이 나타나면, 오류가 해결된다.
참고자료