[Unity 오류해결] No cloud project ID was found by the Analytics SDK.

 

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 화면이 나타나면, 오류가 해결된다.

 

 


참고자료

 

 

Unity 서비스를 위한 프로젝트 설정 - Unity 매뉴얼

Unity 서비스를 사용하려면 먼저 Unity 프로젝트를 프로젝트 ID에 연결해야 합니다. Unity 에디터 내에서 또는 Unity 개발자 대시보드에서 새로운 프로젝트 ID를 생성할 수 있습니다.

docs.unity3d.com