Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Add support for Git package dependencies. #1017

Open
@kirevdokimov

Description

https://forum.unity.com/threads/git-support-on-package-manager.573673/
It is very useful to add and update dependencies via Package manager instead of import plugins as sources.

e.g

File : <ProjectName>/Assets/Packages/manifest.json

{
   "dependencies": {
      "com.google.vr": "[email protected]:googlevr/gvr-unity-sdk.git",
      ...
   }
}

I am going to resolve the issue via pull request soon.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions