Search Unity

Resolved Unity package manager error

Discussion in 'Editor & General Support' started by GameDev_A, Sep 25, 2022.

  1. GameDev_A

    GameDev_A

    Joined:
    Sep 5, 2022
    Posts:
    43
    Hi, i have this error:

    An error occurred while resolving packages: One or more packages could not be added to the local file system:
    com.unity.collab-proxy: ENOENT: no such file or directory, mkdir 'C:\Users\--\Unity Hub\ Progetto dell'anno \Library \PackageCache\, tmp-5224-TUGQzWn6kM3'
    com.unity.ext.nunit: ENOENT: no such file or directory, mkdir 'C:\Users\--\Unity Hub\Progetto dell'anno\Library PackageCache\,tmp-5224-WsLcgDgWHSND'
    com.unity.ade.rider: ENOENT:...

    (For the full error message, see the editor log file located at
    [C:/Users/-/AppData/Local/Unity/Editor/Editor.log])

    Click on Retry to relaunch Unity and reopen your project.

    Click on Continue to launch Unity. Some or all packages may not be imported which may cause compilation errors.

    Someone can help me?
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,686
    I'm guessing those "--" marks are some UTF-8 character in your username.

    Otherwise it might be the leading space before "Progetto" or else the apostrophe.

    That will probably never work.

    Do not use anything except A-Z and 0-9 for file paths.

    Do not use UTF-8 characters. Do not use quotes. Do not use spaces.