Unity
-
[Unity] Unity와 Firebase연결하기Unity 2019. 10. 24. 10:42
1. Unity에 Firebase 구성 파일 추가 Project Overview > 프로젝트 설정 > 최신 구성 파일 다운로드 > google-services.json클릭 > 파일을 Assets에 추가 2. Android Switch Platform File > Build Settings > Android > Switch Platform > Player Settings 설정하기 Player Settings > Identification > Package Name 변경 3. 데이터베이스 연결하기 1) SDK 파일 다운로드 https://firebase.google.com/docs/unity/setup?hl=ko 에서 다운 받아 project > Assets에 넣기 2) Firebase SDK import ..