Search Unity

I can't find Addressable package in Unity 2018.3.0.b1

Discussion in 'Addressables' started by Kiupe, Sep 21, 2018.

  1. Kiupe

    Kiupe

    Joined:
    Feb 1, 2013
    Posts:
    528
    Hello,

    I have just downloaded Unity 2018.3.0.b1 and created a new project. After opening the Package Manager window I can't find the Addressable package even including "preview packages".

    I'm surely missing something or doing something wrong. How do I install Addressable package ?

    Thanks
     
  2. s-vovik

    s-vovik

    Joined:
    Mar 24, 2017
    Posts:
    15
    You can open /Packages/manifest.json and edit it in any text editor.
    Simply add "com.unity.addressables": "0.3.5-preview" to other dependencies

    That will install addressables to you project. After that it will be shown in Package Manager
     
    liortal likes this.
  3. Kiupe

    Kiupe

    Joined:
    Feb 1, 2013
    Posts:
    528
    Thanks !
     
  4. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    In package manager click to “Advanced” (right top corner, before search string) and apply preview versions showing.