Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug 2019.3.8f1 Upgrade error

Discussion in 'Editor & General Support' started by PraetorBlue, Apr 8, 2020.

  1. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,554
    I'm trying to upgrade my project from Unity 2019.3.7f1 to 2019.3.8f1 and I am getting the following error:


    An error occurred while resolving packages:
    Project has invalid dependencies:
    com.unity.render-pipelines.lightweight: Package [com.unity.render-pipelines.lightweight@7.3.1] cannot be found

    A re-import of the project may be required to fix the issue or a manual modification of D:/sadnessmonday/dice/Packages/manifest.json file.


    Attaching the packages-update log file and my manifest.json.

    My project uses the Universal Rendering Pipeline.
     

    Attached Files:

    macagu likes this.
  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,554
    Update - I get the same error trying to upgrade my project to 2019.3.9f1
     
  3. HECer

    HECer

    Joined:
    Mar 17, 2013
    Posts:
    39
    Happened also for me upgrading from 2019.3.6f1 to 2019.3.9f1
     
  4. NuclearC00kie

    NuclearC00kie

    Joined:
    Apr 11, 2019
    Posts:
    32
    It looks like you're referencing the `com.unity.render-pipelines.lightweight` package instead of the universal package.
    Try this instead in your manifest file:

    "com.unity.render-pipelines.universal": "7.3.1",
     
    PraetorBlue likes this.
  5. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,554
    Hmm this seems to be working at first glance... If they renamed the package shouldn't the project upgrader also rename the dependency? Seems like a bug.
     
    NuclearC00kie likes this.