Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Package manager persisting errors

Discussion in 'Package Manager' started by rap-o-cool, Apr 8, 2020.

?

How can I fix this error?

  1. I actually dont know where to go from here

    100.0%
  2. so any suggestion is welcome

    100.0%
Multiple votes are allowed.
  1. rap-o-cool

    rap-o-cool

    Joined:
    Feb 11, 2019
    Posts:
    2
    Hi,
    I am having trouble here with multiple versions of Unity.
    - W unity errors.png hen using 2019.2.21f1 : the package manager offers no package to downlaod( exemple : cinemachien)
    it only has updates for 9 packages (including unity UI)
    - When i use 2018.4.15f1 : any project (even new empty) : 99+ errors reguarding such as..
    Library\PackageCache\com.unity.package-manager-ui@2.0.8\Editor\Sources\UI\PackageStatusBar.cs(1,104): error CS1056: Unexpected character '
    or..
    Library\PackageCache\com.unity.package-manager-ui@2.0.8\Editor\Sources\Services\Common\OperationSignal.cs(1,179): error CS1056: Unexpected character '

    I tried to look around and I just can't fix it myself,
    It all seems to be package manager related but I can't grasp it

    Thanks ahead and sorry for the large thread post
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,816
    I'll kick this over to the team to have a look. Thanks!
     
    Ishidres likes this.
  3. rap-o-cool

    rap-o-cool

    Joined:
    Feb 11, 2019
    Posts:
    2
    Thanks a lot,
    The help is appreciatted

    I will be looking forward to their feedback on it
     
  4. UnityMaru

    UnityMaru

    Community Engagement Manager PSM

    Joined:
    Mar 16, 2016
    Posts:
    1,227
    Hey there,

    Sincere apologies for the delay in reply.

    From the screenshot provided, it's rather unclear how the editor ended up in that state. This seems like a one-off issue, the project could have been corrupted due to a bad manipulation (like opening the same project with a previous version of Unity).

    Of course we'd like to help if this is not a one-off issue. I would suggest deleting your library/ folder and reopen the project. If that does not solve the issue, we will need the editor logs (https://docs.unity3d.com/Manual/LogFiles.html) and the project manifest (https://docs.unity3d.com/Manual/upm-manifestPrj.html) to figure out what is happening.

    Also, the error that usually matters is often the first one to appear in the console (the topmost one). Are you able to provide this?

    Alternatively, the team would appreciate a bug report. You can do this via the process outlined here: https://unity3d.com/unity/qa/bug-reporting
     
  5. Ninjab64

    Ninjab64

    Joined:
    Sep 23, 2020
    Posts:
    2
    thx worked
    i have had this problem for a very long time
    once againg thx
     
  6. SonuIxia

    SonuIxia

    Joined:
    Sep 3, 2018
    Posts:
    16
    Hi,
    I am facing this issue while making Addressable build,
    Process that I have Tried:
    1.Deleting the Library Folder from my unity project.
    2.Tried uninstalling Unity UI Package that has dependencies on TMPro and Universal RP.
    3.Tried deleting Package Cache form the unity folder but this didn't work for me.
    Note : this project was initially made for with unity 2018.4.6 now I have upgraded the version to Unity 2019.4.28f1 LTS but this error keeps on coming while making Addressable build, Addressable -> Group -> Build -> new build -> Default build script.

    Screen shot for the Error
    Thank you in advance FlinnARError.PNG
     
    Qbit86 likes this.