概要
Could not find a working python interpreter. Please make sure one of the following is in your PATH: python3 python3.8 python3.7 python2.7 python2 python UnityEngine.Debug:LogError (object) Firebase.Editor.PythonExecutor:FindPythonInterpreter () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/PythonExecutor.cs:143) Firebase.Editor.PythonExecutor:get_PythonInterpreter () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/PythonExecutor.cs:156) Firebase.Editor.PythonExecutor:get_Executable () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/PythonExecutor.cs:167) Firebase.Editor.PythonExecutor:GetCommand (System.Collections.Generic.IEnumerable`1<string>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/PythonExecutor.cs:192) Firebase.Editor.GenerateXmlFromGoogleServicesJson:RunResourceGenerator (System.Collections.Generic.IEnumerable`1<string>,string,bool) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/GenerateXmlFromGoogleServicesJson.cs:521) Firebase.Editor.GenerateXmlFromGoogleServicesJson:ReadBundleIds (string) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/GenerateXmlFromGoogleServicesJson.cs:409) Firebase.Editor.GenerateXmlFromGoogleServicesJson:UpdateConfigFileDirectory () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/GenerateXmlFromGoogleServicesJson.cs:297) Firebase.Editor.GenerateXmlFromGoogleServicesJson:CheckConfiguration () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/GenerateXmlFromGoogleServicesJson.cs:248) Firebase.Editor.GenerateXmlFromGoogleServicesJson/<>c:<.cctor>b__15_1 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/editor/app/src/GenerateXmlFromGoogleServicesJson.cs:103) Google.EditorInitializer/<>c__DisplayClass0_0:<InitializeOnMainThread>b__0 () (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/EditorInitializer.cs:60) Google.RunOnMainThread:ExecutePollingJobs () (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:409) Google.RunOnMainThread/<>c:<ExecuteAllUnnested>b__28_0 () (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:541) Google.RunOnMainThread:RunAction (System.Action) (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:343) Google.RunOnMainThread:ExecuteAllUnnested (bool) (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:530) Google.RunOnMainThread:ExecuteAll () (at /Users/amaurice/Documents/GitHub/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:512) UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:381)
Firebase を導入している Unity プロジェクトを
Android プラットフォームで開いたら上記のエラーが発生する現象に遭遇した.
Python をインストールしたら発生しなくなった.