-
Notifications
You must be signed in to change notification settings - Fork 494
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
[BUG] Non-present User Packages cause error in Package Resolver in Unity #10
Comments
just hit that bug and it's super annoying when you only have the unity package resolver and not the full VCC client available (linux) :/ |
FWIW, the issue triggers when a package has been installed from an "user repository" but said repository isn't listed anymore in the VCC (like opening project on another machine where the repo hasn't been added). |
This seems to still not have been fixed and is becoming quite a problem for us. Fixing the issue would be a single line code change, is there any reason this hasn't been looked at yet? Any user using community packages working on a project with more than one person will run into problems right now unless they include all packages in version control, eg git. |
This is still an issue. |
Describe the bug
If loading a project without the CC and just using the Resolver in Unity and a User Package that is not present on the target (customer) machine is present within the project, the Resolver Window will fail to load and every start-up will warn of missing packages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On start-up and only once, the resolver warns it couldn't install missing User Packages and displays the resolver window to list them.
When accessing the resolver window, it displays missing User Package names and an alert that it can't find these automatically.
Console Error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: