facebook twitter hatena line email

「Unity/GooglePlayGames/基本」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「 ==GooglePlayGamesとは== Unityで、GooglePlay認証を使うためのプラグイン 公式:https://github.com/playgameservices/play-games-plugin-for-unity/releases...」)
 
(GooglePlayGamesとは)
行7: 行7:
 
公式マニュアル:https://firebase.google.com/docs/auth/unity/play-games?hl=ja
 
公式マニュアル:https://firebase.google.com/docs/auth/unity/play-games?hl=ja
  
2025/1現在は、v2.0.0が最新
+
2025/7現在は、v2.1.0が最新
  
 
==開発時にも署名が必要っぽい==
 
==開発時にも署名が必要っぽい==

2025年7月10日 (木) 03:25時点における版

GooglePlayGamesとは

Unityで、GooglePlay認証を使うためのプラグイン

公式:https://github.com/playgameservices/play-games-plugin-for-unity/releases

公式マニュアル:https://firebase.google.com/docs/auth/unity/play-games?hl=ja

2025/7現在は、v2.1.0が最新

開発時にも署名が必要っぽい

公式マニュアルにあるとおり、

APK への署名は、ゲームの公開時だけでなく、ゲームの開発時にも必要です。

GooglePlayGameのアカウント切り替え

  1. GooglePlayGameアプリをストアからDLして、プロフィールを開いてアカウントを追加する
  2. GooglePlayGameアプリの設定/データ/ゲームのアカウントの変更を開いて、ゲームごとのアカウントを設定する

インストール

v.2.0.0の場合は、DL後、 current-build/GooglePlayGamesPlugin-2.0.0.unitypackageを、unityへimport

v.0.10.12の場合は、DL後、 current-build/GooglePlayGamesPlugin-0.10.12.unitypackageを、unityへimport