MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

Error while resolving packages

Open XanNava opened this issue 5 years ago • 2 comments

I added the lines to manifest.json but when I go to start the project I get the error.

"An error occurred while resolving packages: Project has invalid dependencies: com.microsoft.msbuildforunity: package [[email protected]] cannot be found..."

Like wise if I continue past this I have the error in the unity log of.

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

A re-import of the project may be required to fix the issue or manual modification of [manifest.json path]"

As this package is needed for holographic emulation and isn't showing up in the package manager this bug is breaking many things for me.

XanNava avatar Aug 05 '20 15:08 XanNava

When the prompt says it can't import, click continue. Then when unity opens, open the package manager, and select the actually existing version of this package. (The package version in the docs seems to be wrong)

KuraiAndras avatar Aug 07 '20 11:08 KuraiAndras

Got into the same issue as this: Use this as dependency instead: "com.microsoft.msbuildforunity": "0.9.2-20200131.11" This is the latest version as of this writing.

midnightcigarettes avatar Sep 09 '20 23:09 midnightcigarettes