Search Unity

Question What versions of the package are currently available and released?

Discussion in 'Localization Tools' started by yosefstudios, Jun 17, 2022.

  1. yosefstudios

    yosefstudios

    Joined:
    May 8, 2015
    Posts:
    129
    So I'm quite confused about this. A quick Google search leads to the 1.0.5 version of the package (https://docs.unity3d.com/Packages/com.unity.localization@1.0/manual/index.html), though according to the versions dropdown, 1.4 should be available for Unity 2019.4 and later.

    dropdown.png

    Package Manager only allows me to get the 1.0.5 version even when preview releases are on. Are all of the above versions actually only available in Unity 2019? or Unity 2022?
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    1.4 is a pre release that we pushed out early to help with this https://forum.unity.com/threads/invitation-to-localization-user-test.1243759/

    1.3.2 is the latest release for 2019.4 and above. The version that gets shown in the package manager is not the latest but the version that was released when that version of unity was released. I'm not fully sure why it works like this, I think the idea is that version is verified against that editor. Unfortunately it's not currently possible to update this version and it can only be updated in future releases.
    You can edit the manifest.json file in the Packages folder and change it to 1.3.2 manually.
     
    yosefstudios likes this.
  3. yosefstudios

    yosefstudios

    Joined:
    May 8, 2015
    Posts:
    129
    Ahhh, okay, got it! Many thanks!
     
    karl_jones likes this.