Search Unity

Creating / adding a private package repository

Discussion in 'Package Manager' started by ChrisVitei, Jun 26, 2019.

  1. ChrisVitei

    ChrisVitei

    Joined:
    Sep 18, 2013
    Posts:
    5
    Is there guide on how to setup a private repo and add it to unity?

    We have a bunch of packages now that I'd like to see in the package manager whether they're installed or not.
    I *think* what I need is to use verdaccio, make a repo of my packages and tell unity to look there as well as the unity repo. How do I tell Unity where my repo is?

    If I understand correctly, this thread talks about telling packages which repos to get their dependencies from in specific situations, but I just want Unity to know about the existence of my private repo and show those packages alongside the Unity ones.

    Have I missed something obvious about how to set this up?

    Thanks!
     
    avi-vajpeyi likes this.
  2. ChrisVitei

    ChrisVitei

    Joined:
    Sep 18, 2013
    Posts:
    5
    Ahaha, I just realised that it explains it on the Scoped Packages doc page!
    Somehow I read it as editing a package's manifest and not the unity project manifest.

    Giving that a shot now :)
     
  3. ChrisVitei

    ChrisVitei

    Joined:
    Sep 18, 2013
    Posts:
    5
    Update: of course this worked :D