-
Notifications
You must be signed in to change notification settings - Fork 80
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 after reopening the project #116
Comments
Strangely public repos will cause this error only sometimes. But private repos will cause this error every times. |
Sorry for my late reply. I will fix it later. To fix: |
Hi @mob-sakai, will you release this fix soon? I'm in need of it :( |
Same issue. Upgraded to Unity 2021LTS, which means we need to use 2.0.0-preview.1 tag, but am now running into this issue. Also, would be great if 2.0.0 preview.1 could be finalised now Unity 2021 is LTS. |
# [2.0.0-preview.2](2.0.0-preview.1...2.0.0-preview.2) (2022-05-20) ### Bug Fixes * adjust search field ([ce6e2e3](ce6e2e3)) * cannot find PackageManagerToolbar on Unity 2021.3.1 ([658d2d9](658d2d9)), closes [#118](#118) * error after reopening the project on Windows ([232c6e9](232c6e9)), closes [#116](#116) * fix compile error ([76fcf88](76fcf88)) * fix refresh items ([d92f601](d92f601)) * Install/uninstall package via UPMClient instead of updating manifest.json directly ([69c6021](69c6021)) * open manifest json in Unity 2021.2 ([7c359d3](7c359d3)) * open manifest json in Unity 2022.2 ([c157eba](c157eba)) * scp format url does not support path query and revision ([bdd9249](bdd9249)) * search field does not work properly ([52f9b95](52f9b95)) * separate same name packages in scoped/git registries ([a012b25](a012b25)) * show in console that UpmGitExtensions v2 is not available in Unity2018 or 2019 ([6658167](6658167)), closes [#117](#117) * support Unity 2021.1 ([6367f56](6367f56)) * support Unity 2022.1 ([47af5e8](47af5e8)) * support Unity 2022.2 ([94ef69c](94ef69c)) * The namespace name 'Internal' does not exist in the namespace 'UnityEditor.PackageManager.UI' ([a16dc0f](a16dc0f)) * trim revision from url in installation window ([e762ce5](e762ce5)) ### Features * add menu to open cache directory, clear cache and fetch packages ([b642b01](b642b01)) * git repository as registry ([36ce57d](36ce57d)) * open manifest.json from menu ([f8e7f63](f8e7f63)) * share git cache between projects ([be5dd7e](be5dd7e))
🎉 This issue has been resolved in version 2.0.0-preview.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [2.0.0](1.3.4...2.0.0) (2022-07-01) ### Bug Fixes * adjust search field ([ce6e2e3](ce6e2e3)) * cannot find PackageManagerToolbar on Unity 2021.3.1 ([658d2d9](658d2d9)), closes [#118](#118) * clear selection ([618b55d](618b55d)) * error after reopening the project on Windows ([232c6e9](232c6e9)), closes [#116](#116) * fix compile error ([76fcf88](76fcf88)) * fix refresh items ([d92f601](d92f601)) * Install/uninstall package via UPMClient instead of updating manifest.json directly ([69c6021](69c6021)) * newer packages version not updating unless restarting editor ([0c7179d](0c7179d)), closes [#121](#121) * null pointer exception on package manager window opend ([b46e7ef](b46e7ef)) * open manifest json in Unity 2021.2 ([7c359d3](7c359d3)) * open manifest json in Unity 2022.2 ([c157eba](c157eba)) * scp format url does not support path query and revision ([bdd9249](bdd9249)) * search field does not work properly ([52f9b95](52f9b95)) * separate same name packages in scoped/git registries ([a012b25](a012b25)) * show in console that UpmGitExtensions v2 is not available in Unity2018 or 2019 ([6658167](6658167)), closes [#117](#117) * support Unity 2021.1 ([6367f56](6367f56)) * support Unity 2022.1 ([47af5e8](47af5e8)) * support Unity 2022.2 ([94ef69c](94ef69c)) * The namespace name 'Internal' does not exist in the namespace 'UnityEditor.PackageManager.UI' ([a16dc0f](a16dc0f)) * trim revision from url in installation window ([e762ce5](e762ce5)) * unintentional changes to package source ([1066ce7](1066ce7)) ### Features * add menu to open cache directory, clear cache and fetch packages ([b642b01](b642b01)) * git repository as registry ([36ce57d](36ce57d)) * open manifest.json from menu ([f8e7f63](f8e7f63)) * share git cache between projects ([be5dd7e](be5dd7e)) * support Unity 2020.2 or later ([557d979](557d979)) ### BREAKING CHANGES * UpmGitExtension v2.x does not work in Unity 2018/2019. (Please use v1.x).
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
It was fine the first time I added packages. But after I closed the project and opened it again, the errors will be shown on Console window.
To Reproduce
Steps to reproduce the behavior 1:
UpmGitExtension
Package Manager > Install Package from Git Repository
https://github.com/laicasaane/unity-supplements.git
Package Manager
windowSteps to reproduce the behavior 2:
UpmGitExtension
Package Manager > Install Package from Git Repository
https://github.com/laicasaane/unity-supplements.git
Find Versions
button (DO NOT add package to the project)Package Manager > Install Package from Git Repository
Find Versions
buttonWorkaround
Library\GitPackageDatabase
Package Manager > Install Package from Git Repository
Expected behavior
No error and versions are shown after the project is opened the second time.
Environment (please complete the following information):
Error log
The text was updated successfully, but these errors were encountered: