Skip to content

Releases: mob-sakai/UpmGitExtension

2.0.0-preview.2

20 May 04:52
Compare
Choose a tag to compare
2.0.0-preview.2 Pre-release
Pre-release

2.0.0-preview.2 (2022-05-20)

Installation (for Unity 2020 or later)

  • Unity 2020 or later
    • If you are using Unity 2018.x/2019.x, use the v1.x version.
  • Git (executable on command-line)

Using OpenUPM

openupm add [email protected]

Using Unity Package Manager Window

  • Select Add package from git URL... from the add menu.
  • Enter the following URL and click Add.
https://github.com/mob-sakai/UpmGitExtension.git#2.0.0-preview.2

Using manifest.json

  • Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
  "dependencies": {
    "com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git#2.0.0-preview.2",
    ...
  },
}





Bug Fixes

  • adjust search field (ce6e2e3)
  • cannot find PackageManagerToolbar on Unity 2021.3.1 (658d2d9), closes #118
  • error after reopening the project on Windows (232c6e9), closes #116
  • fix compile error (76fcf88)
  • fix refresh items (d92f601)
  • Install/uninstall package via UPMClient instead of updating manifest.json directly (69c6021)
  • open manifest json in Unity 2021.2 (7c359d3)
  • open manifest json in Unity 2022.2 (c157eba)
  • scp format url does not support path query and revision (bdd9249)
  • search field does not work properly (52f9b95)
  • separate same name packages in scoped/git registries (a012b25)
  • show in console that UpmGitExtensions v2 is not available in Unity2018 or 2019 (6658167), closes #117
  • support Unity 2021.1 (6367f56)
  • support Unity 2022.1 (47af5e8)
  • support Unity 2022.2 (94ef69c)
  • The namespace name 'Internal' does not exist in the namespace 'UnityEditor.PackageManager.UI' (a16dc0f)
  • trim revision from url in installation window (e762ce5)

Features

  • add menu to open cache directory, clear cache and fetch packages (b642b01)
  • git repository as registry (36ce57d)
  • open manifest.json from menu (f8e7f63)
  • share git cache between projects (be5dd7e)

2.0.0-preview.1

20 Oct 08:15
Compare
Choose a tag to compare
2.0.0-preview.1 Pre-release
Pre-release

2.0.0-preview.1 (2021-10-20)

Features

  • support Unity 2020.2 or later (557d979)

BREAKING CHANGES

  • UpmGitExtension v2.x does not work in Unity 2018/2019. (Please use v1.x).

1.3.4

13 Jan 08:08
Compare
Choose a tag to compare

1.3.4 (2021-01-13)

Bug Fixes

  • fix preprocessor define for Unity 2020.1.0 (be20b3e), closes #105

1.3.3

13 Jan 07:53
Compare
Choose a tag to compare

1.3.3 (2020-09-13)

Bug Fixes

  • custom compiler installation failed (5769fa3), closes #98

1.3.2

13 Jan 07:53
Compare
Choose a tag to compare

1.3.2 (2020-09-11)

Bug Fixes

  • support 2019.4.10 & 2020.1.5 (502ddd2), closes #97

1.3.1

13 Jan 07:53
Compare
Choose a tag to compare

1.3.1 (2020-08-14)

Bug Fixes

  • Cannot implicitly convert type 'UnityEditor.PackageManager.UI.IPageManager' (4122c94), closes #93
  • Package resolver is not working in Unity 2020.2 (a3d6140)
  • uninstall package from lock file (ab696d8)

1.3.0

13 Jan 07:53
Compare
Choose a tag to compare

1.3.0 (2020-08-13)

Features

1.2.3

13 Jan 07:54
Compare
Choose a tag to compare

1.2.3 (2020-08-11)

Bug Fixes

  • path query parameter is supported in Unity 2019.3.4 or later (70b169f)

1.2.2

13 Jan 07:54
Compare
Choose a tag to compare

1.2.2 (2020-08-11)

Bug Fixes

1.2.1

13 Jan 07:54
Compare
Choose a tag to compare

1.2.1 (2020-08-11)

Bug Fixes

  • Not recompiling on first launch (57c3023)