🌐
【Unity】Could not find Unity Package Manager local server ...
何が起きた
新しいUnityのバージョンをインストールして、既存のUnityのプロジェクトを開こうとしたら、Unity Editorの起動画面にポップアップが出て、以下のような文章が表示された。
Could not find Unity Package Manager local server application at [/Applications/2022.3.29f1/Unity.app/Contents/Resources/PackageManager/Server/UnityPackageManager]. Missing files could be the result of an antivirus action or a corrupt Unity installation.
Click on Retry to relaunch Unity and reopen your project.
Click on Diagnose to launch the Unity Package Manager Diagnostics tool.
原因
なんて事はない。PCの容量がいっぱいで、新しいUnityのバージョンが完全にはインストール出来ていなかったのだ。
「いやいや、インストールした時にUnity Hub上では何も警告出なかったぞ?」
ええ、私もそうでした。
沈黙の臓器である膵臓のように、Unity Hubも少しの無理なら沈黙する子なのです。
解決
PCのドライブの容量を空けるくらいしかありません。良い機会なので、PCの内部の掃除をしましょう。
外付けSSDなどで整理するのも、良きですね。
PCのドライブの容量を空けて、再度Unityをインストールしたら無事にプロジェクトが開けました。
Discussion