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

Can't find certain package in package manager

Discussion in 'Package Manager' started by Tecnophobe, Nov 10, 2018.

  1. Tecnophobe

    Tecnophobe

    Joined:
    May 8, 2015
    Posts:
    3
  2. Try click advanced -> show preview or something similar, I'm not in front of Unity at the moment. The advanced dropdown should be next to the search bar in the Package Manager header toolbar.
     
    Ali-Nagori and Garbot123 like this.
  3. pedro_unity

    pedro_unity

    Joined:
    Jan 16, 2017
    Posts:
    172
    Hello @Technophobe ,

    You might have stumbled across an improperly flagged package. We're checking some details and will get back to you. Thanks for reporting.

    Cheers,
    P
     
    Last edited: Nov 12, 2018
  4. pedro_unity

    pedro_unity

    Joined:
    Jan 16, 2017
    Posts:
    172
  5. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    The package should show up in package manager in the coming weeks, but for now you need to manually edit your Packages/manifest.json to include the line "com.unity.addressables": "0.4.8-preview" within your "dependencies"

    You can see the latest updates regarding this package here: https://forum.unity.com/threads/release-announcements-and-notes.543537/
     
  6. Tecnophobe

    Tecnophobe

    Joined:
    May 8, 2015
    Posts:
    3
    Ah! That did it! Thank you so much! I'll be sure to follow these update notes.