-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
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) |
Got into the same issue as this: |
creepteks
added a commit
to creepteks/MSBuildForUnity
that referenced
this issue
Dec 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: