Unity Editor not working any solutions?

I have my Windows defender off and I added an exception on the folder i’m using with my anti-virus… I dont really know what to do anymore after that… I checked Youtube for answers… but nothing changed… please help me with this

Here is the diagnostic report:

Unity Package Manager Diagnostics (v0.1.5)

Ran 7 checks

4 succeeded
1 failed
2 returned a warning

:white_check_mark: 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: Wed, 03 Jun 2020 10:50:26 GMT
Connection: close

:warning: Ping UPM registry (WARNING)
Measure the latency of the UPM package registry API

2 pings made in 5.495 seconds
Average latency: 313.53 ms
Minimum latency: 229.22 ms
Maximum latency: 397.83 ms
Standard deviation: 119.22

:warning: Ping UPM download (WARNING)
Measure the latency of the UPM package download endpoint

1 ping made in 6.155 seconds
Average latency: 409.59 ms
Minimum latency: 409.59 ms
Maximum latency: 409.59 ms
Standard deviation: 0.00

:white_check_mark: UPM registry download speed (PASS)
Test the Internet connection using the UPM package registry

Measured speed to the UPM registry: 563.70 Kilobits per second

:white_check_mark: Speedtest.net (PASS)
Test the Internet connection using Speedtest.net

Measured speed to the Speedtest.net server: 731.64 Kilobits per second

:white_check_mark: 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.

:x: UPM health check (FAIL)
Start the UPM process and call its health endpoint

Server exited unexpectedly. Exit code: 101

And here is the accompanying log:

[2020-06-03T10:50:25.818Z][INFO] Opened report file ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_03_06_2020_185025_03.txt’
[2020-06-03T10:50:25.947Z][INFO] Starting diagnostics
[2020-06-03T10:50:25.949Z][INFO][UpmRegistryReachable] Sending HEAD request to https://packages.unity.com
[2020-06-03T10:50:28.004Z][INFO][PingUpmRegistry] Starting ping test on ‘http://packages.unity.com/com.unity.package-manager.metadata
[2020-06-03T10:50:33.532Z][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-03T10:50:39.690Z][INFO][UpmRegistryDownloadSpeed] Starting speed test with UPM registry
[2020-06-03T10:50:52.155Z][INFO][UpmRegistryDownloadSpeed] Download: 563.70 Kilobits per second
[2020-06-03T10:50:52.158Z][INFO][Speedtest.Net] Starting speed test with Speedtest.net
[2020-06-03T10:51:35.214Z][INFO][Speedtest.Net] Download: 731.64 Kilobits per second
[2020-06-03T10:51:35.214Z][INFO][Speedtest.Net] Upload: 758.81 Kilobits per second
[2020-06-03T10:51:35.223Z][INFO][UpmHealthCheck] Starting health check
[2020-06-03T10:51:38.294Z][INFO] Finished diagnostics
[2020-06-03T10:51:38.295Z][INFO] Created report at ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_03_06_2020_185025_03.txt’

Hello,

Sorry to see you are having this issue. As per the report, it seems that something is preventing the package manger to start. We need more information in order to find the source of your problem.

Could you please provide the Editor.log and upm.log? You can find instructions on how to find them and upload them here: How to expedite support/help request in this forum?

Keep in mind that the logs are written every time there is a successful launch. If you run the diagnostic tool, the Package Manager will be ran, and upm.log will be written again, so please, don’t run run the Diagnostic tool before coping the log files.

Cheers,

Supi

Also, you can check out the pinned thread **READ ME FIRST** Troubleshooting connection/loading project issues with Package Manager for more information on how to resolve this.