Search Unity

Package Manager no longer receiving information about new package versions

Discussion in 'Package Manager' started by oxysofts, Nov 28, 2019.

  1. oxysofts

    oxysofts

    Joined:
    Dec 17, 2015
    Posts:
    124
    Since a few weeks, I am no longer receiving the latest releases for packages such as the new Input System and Quick Search.

    upload_2019-11-28_15-41-47.png

    Since then Quick Search has updated to 1.4.0 and I believe even 1.5.0 is available now. Input System is also stuck on an old version, I believe the latest is 1.0.0-preview3. I think it would work if I manually edited the manifest, but I'd like to have my Package Manager fixed ideally...

    edit1: Actually it doesn't work if I manually edit the manifest. Has the registry URL changed? I have
    https://staging-packages.unity.com
    is the one I have in my manifest.

    edit2: Solved. I don't know why I had that URL but

    https://packages.unity.com
    seems like the correct one to use.
     
    Last edited: Nov 28, 2019
  2. cassandraL

    cassandraL

    Unity Technologies

    Joined:
    Dec 7, 2017
    Posts:
    111
    Hello @oxysofts ,
    the staging registry has indeed been "closed" and is in read-only for a couple of months already. So no new package updates can be found from it.

    That registry was the one containing all the bleeding-edge packages from Unity in order to test internally. It was meant to be closed to the public, therefore, we changed it.

    If you remove the "registry" from your manifest, you will indeed find the new public releases from `https://packages.unity.com`.
     
    Favo-Yang likes this.