Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while resolving packages #143

Open
XanNava opened this issue Aug 5, 2020 · 2 comments
Open

Error while resolving packages #143

XanNava opened this issue Aug 5, 2020 · 2 comments

Comments

@XanNava
Copy link

XanNava commented Aug 5, 2020

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.

@KuraiAndras
Copy link

KuraiAndras commented Aug 7, 2020

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)

@midnightcigarettes
Copy link

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.

creepteks added a commit to creepteks/MSBuildForUnity that referenced this issue Dec 30, 2020
ryantrem pushed a commit that referenced this issue Dec 30, 2020
…145)

* Fix README.md to point to the latest release of the MSBuildForUnity

* Fix the latest version of MSBuildForUnity according to this issue:
#143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants