コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

2025-02-22から1日間の記事一覧

【Unity】「Could not find a working python interpreter.」

概要 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:FindPythonInte…

【Rider】「MSBuild が見つかりません」

概要 Unity プロジェクトのソリューションを Rider で開いた時に 上記のエラーが発生する現象に遭遇した Rider の 設定 | 環境 の「.NET」の「Install」を実行して Rider を終了して Unity の「Preferences > External Tools」の 「Regenerate project files…