Latest addressable package doesn't show up in package manager

My current addressable version is 1.16.19. The latest version is 1.18.15, but I don’t see an update indicator/button in my package manager. How can I upgrade to the latest version?

Current unity version: 2021.1.16f1

  • Close Unity

  • Open the file Packages/manifest.json in a text editor

  • Replace the version number of the Addressables entry with 1.18.15

  • Open Unity

Here is a part of the Packages/manifest.json from my project:

{
  "dependencies": {
    "com.unity.addressables": "1.18.15",
    "com.unity.collab-proxy": "1.2.16",
    "com.unity.ide.rider": "1.1.4",
    "com.unity.ide.vscode": "1.2.3",
2 Likes