I get the following error when trying to open my Unity projects in Windows 10.
I have also looked at this thread: **READ ME FIRST** Troubleshooting connection/loading project issues with Package Manager
Here are the things I have tried:
Setting a firewall rule to allow Unity Editor
Running this command on an elevated command prompt
setx UNITY_NOPROXY localhost,127.0.0.1
I then pressed the “Diagnose” button. Here are the results:
As you can see it has taken me to this page. Here is the diagnostic report:
Unity Package Manager Diagnostics (v0.1.5)
Ran 7 checks
6 succeeded
1 failed
UPM registry reachable (PASS)
Make an HTTP request to the UPM package registry
HTTP/1.1 200 OK
X-Powered-By: Express
Provider: Genesis
Date: Tue, 23 Jun 2020 01:13:21 GMT
Connection: close
Ping UPM registry (PASS)
Measure the latency of the UPM package registry API
12 pings made in 5.421 seconds
Average latency: 72.23 ms
Minimum latency: 67.02 ms
Maximum latency: 86.03 ms
Standard deviation: 5.05
Ping UPM download (PASS)
Measure the latency of the UPM package download endpoint
6 pings made in 5.452 seconds
Average latency: 128.45 ms
Minimum latency: 125.98 ms
Maximum latency: 131.82 ms
Standard deviation: 2.11
UPM registry download speed (PASS)
Test the Internet connection using the UPM package registry
Measured speed to the UPM registry: 81.57 Megabits per second
Speedtest.net (PASS)
Test the Internet connection using Speedtest.net
Measured speed to the Speedtest.net server: 44.09 Megabits per second
HTTP proxy environment variables (PASS)
Detect whether proxy-related environment variables are set (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY, UNITY_PROXYSERVER, UNITY_NOPROXY)
No proxy support has been configured through environment variables.
UPM health check (FAIL)
Start the UPM process and call its health endpoint
Server started but did not respond to health requests:
Error: ETIMEDOUT
Here is the accompanying log:
[2020-06-23T01:13:22.665Z][INFO] Opened report file ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Mon_06_22_2020_181319_53.txt’
[2020-06-23T01:13:22.665Z][INFO] Starting diagnostics
[2020-06-23T01:13:22.688Z][INFO][UpmRegistryReachable] Sending HEAD request to https://packages.unity.com
[2020-06-23T01:13:23.159Z][INFO][PingUpmRegistry] Starting ping test on ‘http://packages.unity.com/com.unity.package-manager.metadata’
[2020-06-23T01:13:28.785Z][INFO][PingUpmDownload] Starting ping test on ‘http://download.packages.unity.com/com.unity.package-manager.metadata/-/com.unity.package-manager.metadata-0.0.1.tgz’
[2020-06-23T01:13:34.244Z][INFO][UpmRegistryDownloadSpeed] Starting speed test with UPM registry
[2020-06-23T01:13:39.904Z][INFO][UpmRegistryDownloadSpeed] Download: 81.57 Megabits per second
[2020-06-23T01:13:39.925Z][INFO][Speedtest.Net] Starting speed test with Speedtest.net
[2020-06-23T01:13:52.745Z][INFO][Speedtest.Net] Download: 44.09 Megabits per second
[2020-06-23T01:13:52.745Z][INFO][Speedtest.Net] Upload: 11.85 Megabits per second
[2020-06-23T01:13:52.809Z][INFO][UpmHealthCheck] Starting health check
[2020-06-23T01:13:57.942Z][INFO] Finished diagnostics
[2020-06-23T01:13:57.985Z][INFO] Created report at ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Mon_06_22_2020_181319_53.txt’
My Unity Hub version is 2.3.2
I’m not very experienced with Unity and have never posted a thread before, so if I posted in the wrong place please redirect me.
This problem has been happening for the past 3-4 days. Yesterday I was doing some research and I ran a command which solved it for that day. When I exited and tried again today, its giving the same error, and I can’t run the command again. Thank you so much!