mob-sakai / UpmGitExtension

This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.
MIT License
773 stars 80 forks source link

after installing package manager does not change #107

Closed hannesdelbeke closed 3 years ago

hannesdelbeke commented 3 years ago

Describe the bug installing this in unity doesn't seem to do anything

To Reproduce Steps to reproduce the behavior:

  1. using unity 2019.3
  2. install this package through the manifest
  3. restart unity
  4. note that no visible changes appear
  5. no error messages in the console

Expected behavior expecting UI update to package manager with red git icon in top left corner

Screenshots

getting this image

expecting this image

Environment (please complete the following information):

hannesdelbeke commented 3 years ago

the UI updated when my manifest was refreshed I changed one of the packages in my manifest triggering unity to reload the manifest and i now see the red git icon in the UI.

odd that despite a unity restart and successful instal of this extension, a manual refresh of the manifest needs to be done