2.0.0-preview.5
Pre-release
Pre-release
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",
...
},
}