An error occurred when opening the project: An error occurred while resolving packages: Project has invalid dependencies: com.unity.

I recently worked on a unity project, git pull someone else's project, and after opening it, I got an error like this:

An error occurred while resolving packages:
Project has invalid dependencies:
com.unity.visualeffectgraph: Package [[email protected]] cannot be found

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

The translation is:

Error parsing packages: Project has invalid dependencies: com.unity.visualeffectgraph: Package not found [[email protected]] May need to re-import the project to fix the issue or manually modify...
 

Open the package manager and the corresponding visual effect graph resource has a red exclamation mark. This is because someone deleted the Samples folder in Assets and packaged it. At this time, click remove in the lower right corner of the visual effect graph resource, and the error will disappear.

 

Guess you like

Origin blog.csdn.net/weixin_64625272/article/details/130093213