Search Unity

0.5.2 changelog?

Discussion in 'Addressables' started by CapnCromulent, Dec 19, 2018.

  1. CapnCromulent

    CapnCromulent

    Joined:
    Sep 7, 2010
    Posts:
    45
    The package manager has the new version available for download, but the documentation and changelog point to invalid links. Is this officially released? Can we get new docs?
     
  2. akinama

    akinama

    Joined:
    Dec 22, 2014
    Posts:
    1
    I have found the change log in package directory.

    ## [0.5.2-preview] - 2018-12-14

    - *IMPORTANT CHANGE TO BUILDING*

    - We have disabled automatic asset bundle building. That used to happen when you built the player, or entered play mode in "packed mode". This is no longer the case. You must now select "Build->Build Player Content" from the Addressables window, or call AddressableAssetSettings.BuildPlayerContent(). We did this because we determined that automatic building did not scale well at all for large projects.
    - fixed regression loading local bundles
    - Added Adddressables.DownloadDependencies() interface
    - fixes for Nintendo Switch support
    - Fixed issues around referencing Addressables during an Awake() call
    - Code refactor and naming convention fixes
    - Cleaned up missing docs
    - Content update now handles not having and groups marked as Static Content
    - Fixed errors when browing for the addressables_content_state.bin and cancelling
    - Moved addressables_content_state.bin to be generated into the addressables settings folder
    - Changed some exceptions when releasing null bundles to warnings to handle the case of releasing a failed download operation
    - Separated hash and crc options to allow them to be used independently in asset bundle loads.
    - Use CRC in AssetBundle.LoadFromFileAsync calls if specified
    - Always include AssetBundleRequestOptions for asset bundle locations