2019.3.8f1 Upgrade error

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.

5687740–593668–files.zip (1.36 KB)

1 Like

Update - I get the same error trying to upgrade my project to 2019.3.9f1

Happened also for me upgrading from 2019.3.6f1 to 2019.3.9f1

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”,

1 Like

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.

1 Like