Skip to content

2.0.0-preview.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 08:50

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.
  • 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.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",
    ...
  },
}





Bug Fixes

  • newer packages version not updating unless restarting editor (0c7179d), closes #121
  • null pointer exception on package manager window opend (b46e7ef)