Unity/開発環境/windows
提供: 初心者エンジニアの簡易メモ
windowsプラットフォーム選択
unityインストール時に、"Windows Build Support (IL2CPP)"を、チェックする。
"No 'git' executable was found."とでる場合
詳細は、以下のとおり
An error occurred while resolving packages: Project has invalid dependencies: com.neuecc.unirx: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub
gitのpathが通ってないので、以下の通りで対応する。
システム/システムの詳細設定/環境変数/システム環境変数/新規で以下追加
Git C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin
システム/システムの詳細設定/環境変数/システム環境変数/Pathの最後に以下を追加
;%Git%