I just got back from winter break and my project suddenly has all these strange errors. I will attach an image
,I got back from winter break and my project suddenly has all these strange errors. I will attach an image
I just got back from winter break and my project suddenly has all these strange errors. I will attach an image
,I got back from winter break and my project suddenly has all these strange errors. I will attach an image
Hello, this appears to be an issue with the package manager from what I can see. I am not sure how to fix this though. However I found a similar error here, which may point you in the right direction
https://forum.unity.com/threads/error-assembly-with-name-unity-build-tests-already-exists.826254/.
What i got from this was to go through the project manifest (/Packages/manifest.json)
Well you clearly have copyied another or the same Unity project into the assets folder of your project. So you essentially have a project in a project. Just look at the directories. Inside your Assets folder you have another subfolder called “New Unity Project” and it’S library folder will cause this issue. You should move this second project out of your assets folder.