Hello,
I have an issue with package manager when it creates new server. This issue is only appearing with Unity version 2019.3.4.f1 (version 2019.2.9.f1 does not do anything like this). To solve it, i tried to set localhost IP and checked antivirus and firewall whitelists, nothing worked.
I even checked Network configuration post, but I cannot find proxy server URL at my computer.
What should i do to solve this?
Thank you
5578051–575947–diagnostic_report_11_03_2020_224722_97.txt (1.67 KB)
Hello @cicvatom ,
Sorry to see that you are having this problem. I would love to have more information in order to be able to help you. Do you still have on the same computer 2019.2.9.f1 and Unity works fine in that version? Did you installed 2019.3.4 through the HUB? Do yo get the same behaviour with it? Could you please provide the Editor.log.
Unity should be whitelisted in the Windows Defender in order that the firewall doesn’t prevent the Unity communications with all its systems, I’ve seen scenarios where the rules are not in place and Windows Defender is causing this issue.
We added an extra check which tries to launch the Unity Package Manager process and perform a health check. Here is a link to download:
For the health check, you’ll need to point the diagnostic tool to the Unity Package Manager executable. The easiest way to do this is via the command line with the --unity-package-manager-path
or -p
flag e.g.
/path/to/upm-diag-win.exe -p /path/to/unity/Data/Resources/PackageManager/Server/UnityPackageManager
Cheers,
Supi