- Home /
Get Latest Version of Unity Addressables?
So I'm doing some work with Unity Addressables in Unity 2021.1.16f1 and I noticed the latest version I can get of the Addressables package in the Package Manager is 1.16.19, which is coming up on a year out of date (April 15th, 2021).
From the Unity Addressables manual page, it looks like the latest version is 1.19.19 (March 1st, 2022) and should be compatible with Unity 2019.4+.
Any idea how I can get the latest version available in my project? Am I missing a beta channel flag somewhere?
Answer by ricke44654 · Mar 24 at 04:04 PM
I ended up manually updating the version number in the Packages/manifest.json file of my project to the following: "com.unity.addressables": "1.19.19"
I'm still interested as to why you can't coax the Package Manager to get the most recent version, but this worked fine for me.
Your answer
