Search Unity

Question How to update addressable version(1.21+) through package manager in 2021.2+

Discussion in 'Addressables' started by aranell_unity, Jan 15, 2023.

  1. aranell_unity

    aranell_unity

    Joined:
    Jun 18, 2020
    Posts:
    3
    I am using Unity 2021.3.15f1.
    This version of package manager supports the addressable asset system up to 1.19.19

    However, looking at Unity Addressable Assets documentation, the latest version, 1.21+, is listed as 2019.4+.
    Link : https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html

    In order to solve the WaitForCompletion bug, the revision history of version 1.21.1 is required.
    • Fixed issue where loading cached bundles using WaitForCompletion in 2021.2+ results in an error.

    How do I update the Addressable Asset System?
     
    elaine_unity694 and Warmacha like this.
  2. Warmacha

    Warmacha

    Joined:
    Dec 13, 2015
    Posts:
    30
    Also looking for this, Just created a new project in 2021.3.16 and it only goes up to 1.19.19 despite the documentation stating otherwise.
     
  3. lh_jouni

    lh_jouni

    Joined:
    Aug 13, 2019
    Posts:
    2
    I also needed fix for that bug. I just manually bumped the version in Packages/manifest.json, seems to work
    ...
    "com.unity.addressables": "1.21.2",
    ...
     
  4. pillakirsten

    pillakirsten

    Unity Technologies

    Joined:
    May 22, 2019
    Posts:
    346
    Hi all yes in this case you will need to manually modify your Packages/manifest.json to use the new version.
     
  5. aranell_unity

    aranell_unity

    Joined:
    Jun 18, 2020
    Posts:
    3
    After updating manually, checked that it works well.
    By any chance, are there any plans to support updates in the package manager?
     
  6. TheSleepyKoala

    TheSleepyKoala

    Joined:
    Aug 24, 2018
    Posts:
    24
    Sorry, but can you explain why we need to modify the manifest.json for 2021.3 manually?
     
    Last edited: Mar 16, 2023
  7. Dominik-P

    Dominik-P

    Joined:
    Dec 22, 2013
    Posts:
    6
    Hi, is there any plan to fix this problem? Proposed addressables package (1.19.19) is broken in the latest version of Unity 2021.3 LTS, due to changes in guistyles names (no search bar in windows related with addressables).

    It doesn't have sense to force users to change it manually in manifest.json.

    upload_2023-9-8_12-23-23.png
     
  8. JulianRice

    JulianRice

    Joined:
    Oct 5, 2017
    Posts:
    13
    I've encountered this for months now too, but adjusting the manifest.json Addressables version to 1.21.17 resolved the issue! Judging from lack of response/reply from Unity's end, I think this is all we can work with for the time being.
     
    Last edited: Sep 19, 2023
    emredesu likes this.
  9. YMTIGER

    YMTIGER

    Joined:
    Mar 31, 2015
    Posts:
    30
    bump.
    What is the reason why the version of Addressables can only go up to 1.19.19 when using PackageManager?

    1.21 2019.4+
    1.20 2019.4+
    1.19 2019.4+
    So it says, if I install Addressables with PackageManager, it should be 1.21.
    Or is it because the STABLE version is 1.19.19? 1.20 and 1.21 are not officially supported?

    This thread has been unresolved for about a year, even though I think it is quite important,
    Is there any kind of reply from Unity official? please...