Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Package Manager support for bare repos

Discussion in 'Package Manager' started by hectorlfl, May 2, 2019.

  1. hectorlfl

    hectorlfl

    Joined:
    Feb 27, 2019
    Posts:
    2
    Currently, we use AWS Code Commit for all our development. I created a package to be used throughout our studio. However I am unable to get pass connecting to it.

    Is it possible to support bare repos? like this:

    manifest.json
    "com.test.package": "ssh://{URL}/testPackage"
    or
    "com.test.package": "--bare ssh://{URL}/testPackage"