facebook twitter hatena line email

Unity/Firebase/基本

提供: 初心者エンジニアの簡易メモ
2019年5月27日 (月) 18:18時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

firebaseプロジェクトを作成する

https://console.firebase.google.com/?hl=ja

  1. 日本、asia-east2を選択

firebaseプロジェクトにunityを登録

  1. 作成したfiebaseプロジェクトを開いて、unityのアイコンを選択する
  2. 以下2つが生成されるのでAssetsの下に置く
GoogleService-Info.plist
google-services.json
  1. firebase_unity_sdk_6.0.0.zipをdownload
  2. unityを開いてトップメニューのAssets/ImportPackage/CustomPackageを選択しimportする

firebaseのプラグインDL

https://firebase.google.com/download/unity?hl=ja

Unity 5.x 以前では .dotnet3を

Unity 2017.x 以降では、.dotnet4を

参考

https://firebase.google.com/docs/unity/setup?hl=ja