Home > OS >  how to fix package not found (render pipelines)?
how to fix package not found (render pipelines)?

Time:09-24

An error occurred while resolving packages: Project has invalid dependencies: com.unity.render-pipelines.high-definition: Package [[email protected]] cannot be found com.unity.render-pipelines.universal: Package [[email protected]] cannot be found com.unity.shadergraph: Package [[email protected]] 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

CodePudding user response:

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