Search Unity

Is there documentation for Addressables that I'm missing?

Discussion in 'Addressables' started by Endahs, Oct 7, 2019.

  1. Endahs

    Endahs

    Joined:
    Sep 16, 2014
    Posts:
    94
  2. Favo-Yang

    Favo-Yang

    Joined:
    Apr 4, 2011
    Posts:
    464
  3. awallick-sd

    awallick-sd

    Joined:
    May 29, 2019
    Posts:
    13
    FWIW I've found that Google searching for the Addressables documentation will lead to 0.4 rather than latest. Definitely recommend checking which version you are on if you continue to access through Google, or using the documentation button from the Package Manager.
     
    Endahs likes this.
  4. krigby

    krigby

    Joined:
    Jun 4, 2019
    Posts:
    1
    This happened to me too! I spent several days trying to make sense of the documentation that I found on Google (which happened to be for 0.4) before finding out that I should have been reading from the 1.2 version. It would be nice if the documentation was like docs.unity3d.com where it explicitly indicates that the old version is being viewed and giving the option to review the newer one.
     
    Endahs and awallick-sd like this.
  5. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    Agreed. we've asked for this feature, and haven't gotten traction from the docs team yet. But this is something multiple projects are running into.
     
    AlexHolderDev, Prodigga and krigby like this.
  6. Endahs

    Endahs

    Joined:
    Sep 16, 2014
    Posts:
    94
    Thanks guys! Wow, I had no idea there was newer documentation, or how to get there.
     
  7. AlkisFortuneFish

    AlkisFortuneFish

    Joined:
    Apr 26, 2013
    Posts:
    973
    To make your life easier, if you cannot find the documentation on the website, documentation is actually bundled in all packages, at
    <package path>/Documentation~
    . Unless you have explicitly imported a package into
    ProjectPath/Packages/
    , that will be
    ProjectPath/Library/PackageCache/<Package>/Documentation~
    . You can use any .md viewer to browse it.
     
  8. Murgilod

    Murgilod

    Joined:
    Nov 12, 2013
    Posts:
    10,156
    You can also click on the documentation link in the package manager itself.