Releases: mob-sakai/UpmGitExtension
Releases · mob-sakai/UpmGitExtension
2.0.0-preview.2
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.
- If you are using Unity 2018.x/2019.x, use the
- Git (executable on command-line)
Using OpenUPM
- You can install it via openupm-cli.
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
2.0.0-preview.1
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).