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

develop branch doesn't compile on 2021 LTS (2021.3.1.f1) #118

Closed SixParQuatre closed 2 years ago

SixParQuatre commented 2 years ago

Describe the bug Compile error Packages\UpmGitExtension\Editor\Coffee.UpmGitExtension\UpmGitExtension.cs(70,43): error CS0246: The type or namespace name 'PackageManagerToolbar' could not be found (are you missing a using directive or an assembly reference?)

Note: The preview branch - which, if I'm understanding correctly, is less up to date than develop but has the same version number- doesn't have the error.

To Reproduce Steps to reproduce the behavior:

  1. Have 2021.3.1f1 installed
  2. Add the package to your project as a local cutom packag; synch develop branch to latest (which is supposed to work for 2021.1 and later)

Expected behavior Code should compile

Environment (please complete the following information):

seghcder commented 2 years ago

I'm running on Unity 2021.3.1f1 LTS on the 2.0.0-preview.1 tag ... It runs ok but it has this issue https://github.com/mob-sakai/UpmGitExtension/issues/116 - using Mono though.

SixParQuatre commented 2 years ago

I'm running on Unity 2021.3.1f1 LTS on the 2.0.0-preview.1 tag ... It runs ok but it has this issue #116 - using Mono though.

Yes that's what I'm saying in the original ticket: 2.0.0 preview.1 (which is one commit behind master) works, but develop doesn't; even though the develop branch seems to have more recent changes than the preview branch. image

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.0.0-preview.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: