Closed4
[Unity]Unable to find command line tool python required for Firebase Android resource generation.
エラー
Unable to find command line tool python required for Firebase Android resource generation.
python is required to generate the Firebase Android resource file google-services.xml from Assets/GoogleService-Info.plist. Without Firebase Android resources, your app will fail to initialize.
python was distributed with each Firebase Unity SDK plugin, was it deleted?
Assets/GoogleService-Info.plistのところは各々のパスで表示されてるはず
最近MacOSを12.3.1 Montereyにアップデートしたのでその影響。
Montereyではpython3がデフォルトになったのにFirebase側ではpythonを呼び出そうとしてるのが原因っぽい。
↑修正してくれてる人がいるので、FirebaseApp/Editor以下を差し替えてあげればOK
突然のコメント恐れ入ります。
Unity初心者でこちらのエラーが発生したのですが、Assets/FirebaseApp/Editorの中にあるファイルを全て差し替えるという意味なのでしょうか?
自分が使用しているMacは12.6 Montereyです。
このスクラップは2022/04/29にクローズされました