Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

How to use lower version Packages in 2021.2?

Discussion in '2021.2 Beta' started by zhuxianzhi, Jun 29, 2021.

  1. zhuxianzhi

    zhuxianzhi

    Joined:
    Mar 30, 2015
    Posts:
    122
    In the 2020.2 version, in the package manager, you can choose other versions
     
  2. StaggartCreations

    StaggartCreations

    Joined:
    Feb 18, 2015
    Posts:
    2,260
    Simple, if they're not there, it means older package versions aren't supported in the Unity version you're using.
     
  3. adamgolden

    adamgolden

    Joined:
    Jun 17, 2019
    Posts:
    1,555
    You can enter the package name and version. As an example if you wanted Addressables 1.17.17, you could click the +, select "Add package by name", type com.unity.addressables, type 1.17.17 in version box and click Add. However, as mentioned above, the version may not be compatible.
    install_package_by_name.jpg
     
    zhuxianzhi likes this.
  4. forestrf

    forestrf

    Joined:
    Aug 28, 2010
    Posts:
    230
    In previous versions of the package manager it was possible to choose version from a list, now we have to type the version manually.
    Why?
    I see in the Unity 2022 beta the package manager has changed its interface again and this time it shows a "versions" tab, but it only lists the current one and the recommended one if it's not already the current one. That's not a useful list of versions. There's no way to upgrade/downgrade versions to test compatibility, and writing versions by hand is not that easy because there's no list of all the versions anywhere, which sometimes include things like -pre or -preview and require knowing the exact number version.


    Before:
    1658876449 2398.png 1658876453 2399.png


    Now:
    upload_2022-7-27_1-1-48.png
     
    Last edited: Jul 27, 2022