コガネブログ

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

【Unity】Failed tot start the unity package manager local server process

概要

Failed tot start the unity package manager local server process.
Make sure the process [XXXX/UnityPackageManager.exe]
is not blocked by Windows Defender or any other anti-virus configuration.

Click on Retry to relaunch Unity and reopen your project.

Click on Diagnose to launch the Unity Package Manager Diagnostics tool.
  • 急に上記のエラーが発生して Unity プロジェクトが起動できなくなった
  • Unity 2020.1.16f1 でのみ発生していた
  • 他のバージョンの Unity ならエラーが発生しなかったので
    他のバージョンの Unity に切り替えた
  • 本来は Windows Defender の除外設定で「upm-win.exe」を設定すると直るらしい

参考サイト様