how to fix package not found (render pipelines)?

Viewed 52

An error occurred while resolving packages: Project has invalid dependencies: com.unity.render-pipelines.high-definition: Package [com.unity.render-pipelines.high-definition@12.1.0] cannot be found com.unity.render-pipelines.universal: Package [com.unity.render-pipelines.universal@12.1.0] cannot be found com.unity.shadergraph: Package [com.unity.shadergraph@12.1.0] cannot be found

A re-import of the project may be required to fix the issue or a manual modification of manifest.json file

how to fix guys ? my version unity 2021.3

1 Answers

I had similar issues with my unity editor (v2021.3), I had to do a fresh install of unity. Step 1: Uninstall the editor + hub through control panel, Step 2: Press Start (windows key) + R and type the following > %appdata% <, hit enter then delete, Unity, UnityHub, press the start button (windows key) and search recycling bin, open it and empty it.

Should work

Related