- Home /
Unity won't start - could not establish connection to Unity Package Manager local server process
I recently did a fresh install of Windows 10 on a Dell Precision M2800 laptop on which I'm trying to run Unity. When try to launch, I receive the following error...
"Could not establish a connection with the Unity Package Manager local server process. This is most likely due to a proxy or firewall configuration. Make sure the process [C:/Progam Files/Unity/Editor/Data/Resources/PackageManager/Server/UnityPackageManager.exe] is reachable via HTTP on the IP address 127.0.0.1"
I've looked online for people that have encountered similar issues but nothing much has seemed to work.
Please let me know what I can do.
Thanks
Answer by mofakiii · Jul 17, 2019 at 09:34 PM
FYI, if I add the -noUpm parameter when launching Unity, I can get it to open. That feels like a workaround though, and I'd like to launch without that.
how did you do the -noUpm parameter I have the exact same problem.
Answer by raksharakyan · Jun 30, 2020 at 07:48 AM
Hi, I got the same error, checked 127.0.0.1 on my browser and got an error hence setx UNITY_NOPROXY localhost did not work for me, so I went to my windows defender firewall with advanced security, and turned off the domain ,public and private profiles since I already have Quick Heal on, and my project started working, I suppose there was a conflict between Quick Heal and Windows Defender as both of them were turned on! I hope that helps!
Your answer
Follow this Question
Related Questions
How to work with Unity Package Manager in Unity 2017.2.x+ 1 Answer
"This project is using a new input system but..." window that is not fully visible 1 Answer
Unity Package Manager Failed to resolve packages: "zlib: incorrect data check" 0 Answers
How to access Unity.UI classes in script in Unity 2019.2.1? 0 Answers