Releases: mob-sakai/UpmGitExtension
Releases · mob-sakai/UpmGitExtension
v2.1.1
v2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0 (2022-07-01)
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
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",
...
},
}
Bug Fixes
- adjust search field (ce6e2e3)
- cannot find PackageManagerToolbar on Unity 2021.3.1 (658d2d9), closes #118
- clear selection (618b55d)
- 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)
- newer packages version not updating unless restarting editor (0c7179d), closes #121
- null pointer exception on package manager window opend (b46e7ef)
- 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)
- unintentional changes to package source (1066ce7)
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)
- support Unity 2020.2 or later (557d979)
BREAKING CHANGES
- UpmGitExtension v2.x does not work in Unity 2018/2019. (Please use v1.x).
2.0.0-preview.5
2.0.0-preview.5 (2022-06-18)
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.5
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.5",
...
},
}