Skip to content

1.0.0

Compare
Choose a tag to compare
@mob-sakai mob-sakai released this 16 May 07:10

Full Changelog

This plugin resolves git url dependencies in the package for Unity Package Manager.

You can use a git url as a package dependency as the following!

{
  "name": "com.coffee.package-a",
  "version": "0.1.0",
  "dependencies": {
    "com.coffee.core-a": "https://github.com/mob-sakai/GitPackageTest.git#core-a-0.1.0"
  }
}

Implemented enhancements:

  • Update package with a specific tag/branch #7
  • Support .Net 3.5 & 4.x #6
  • Support Unity 2019.1+ #5
  • Support private repository #4
  • Support GitHub, Bitbucket, GitLab, etc. #3
  • Uninstall unused packages that is installed by this plugin #2
  • Resolve git url dependencies in packages #1

* This Changelog was automatically generated by github_changelog_generator