Search Unity

UPM health check (UNKNOWN)...Could not find UPM executable at path

Discussion in 'Unity Hub' started by cuauhtemocescajeda, May 23, 2021.

  1. cuauhtemocescajeda

    cuauhtemocescajeda

    Joined:
    May 23, 2021
    Posts:
    2
    I wanted to use some packages from unity hub, included the microgames...
    I have the hub but when I tried to use them it said failed failed so I ran a diagnose, as it allowed you to do so,when I did a log txt file was given I opned it and got 5 tests passed, but one resulted as unknown :

    UPM health check (UNKNOWN)
    Start the UPM process and call its health endpoint
    >> Could not find UPM executable at path 'C:\Program Files\Unity\Hub\Editor\2020.3.9f1\Editor\Data\Resources\PackageManager\Server\UnityPackageManager.exe'
     
    miriamtries likes this.
  2. miriamtries

    miriamtries

    Joined:
    Apr 13, 2020
    Posts:
    1
    having this issue! just downloaded unity today and tried to open a new project. the diagnostic report says this:

    Unity Package Manager Diagnostics (v0.2.0)
    ============
    Ran 6 checks
    ============
    5 succeeded
    1 did not run
    ============
    ✅ 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: Mon, 15 Jan 2024 03:35:37 GMT
    >> Connection: close

    ✅ Ping UPM registry (PASS)
    Measure the latency of the UPM package registry API
    >> 15 pings made in 5.119 seconds
    >> Average latency: 58.35 ms
    >> Minimum latency: 52.14 ms
    >> Maximum latency: 104.67 ms
    >> Standard deviation: 13.18

    ✅ Ping UPM download (PASS)
    Measure the latency of the UPM package download endpoint
    >> 8 pings made in 5.554 seconds
    >> Average latency: 101.41 ms
    >> Minimum latency: 95.68 ms
    >> Maximum latency: 118.95 ms
    >> Standard deviation: 7.57

    ✅ UPM registry download speed (PASS)
    Test the Internet connection using the UPM package registry
    >> Measured speed to the UPM registry: 93.52 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 (UNKNOWN)
    Start the UPM process and call its health endpoint
    >> Could not find UPM executable at path '/Applications/Unity/Hub/Editor/2021.3.34f1/Unity.app/Contents/Resources/PackageManager/Server/UnityPackageManager'

    help appreciated!