「Unity/Firebase/基本」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→ios開発準備) |
(→ios開発準備) |
||
行37: | 行37: | ||
FirebaseStorage.unitypackage | FirebaseStorage.unitypackage | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==参考== | ==参考== | ||
https://firebase.google.com/docs/unity/setup?hl=ja | https://firebase.google.com/docs/unity/setup?hl=ja |
2019年5月30日 (木) 14:43時点における版
目次
firebaseプロジェクトを作成する
https://console.firebase.google.com/?hl=ja
- 日本、asia-northeast1を選択
https://firebase.google.com/docs/firestore/locations?hl=ja ロケーションの変更はできない。
firebaseプロジェクトにunityを登録
- 作成したfiebaseプロジェクトを開いて、unityのアイコンを選択する
- 以下2つが生成されるのでAssetsの下に置く
GoogleService-Info.plist google-services.json
- firebase_unity_sdk_6.0.0.zipをdownloadし解凍
- unityを開いてトップメニューのAssets/ImportPackage/CustomPackageを選択し必要なunitypackageをimportする
firebaseのプラグインDL
https://firebase.google.com/download/unity?hl=ja
Unity 5.x 以前では .dotnet3を
Unity 2017.x 以降では、.dotnet4を
firebaseのunitypackage一覧
FirebaseAnalytics.unitypackage FirebaseAuth.unitypackage FirebaseCrashlytics.unitypackage FirebaseDatabase.unitypackage FirebaseDynamicLinks.unitypackage FirebaseFunctions.unitypackage FirebaseInstanceId.unitypackage FirebaseInvites.unitypackage FirebaseMessaging.unitypackage FirebaseRemoteConfig.unitypackage FirebaseStorage.unitypackage