Package Version 5.21.0 does not exist

According to the most recent sticky post we need to upgrade to this version or our game will break in production. We are on the previous version and installed via package manager.

When I open the package manager there is no new version to update to. No patch notes online at the package website either.

Anybody know how to get this new critical version of the vivox package?

I think they pulled the trigger for this a bit too soon?

Something is not quite right with the support for the different versions. There is even some documentation for 16.0.0 right here Vivox integration, which I don’t think even exists.

I am getting this error as well.

I followed instructions in this thread:

This is the error:
“com.unity.services.vivox: Package [com.unity.services.vivox@15.1.210000-pre.1] cannot be found”

For everyone that is experiencing the same missing package-version in the package manager:

  • Locate your “manifest.json” inside yourProjectFolder\Packages\
  • Open it with a text editor and edit the line where it references to vivox. Edit it to this: "com.unity.services.vivox": "15.1.210000-pre.1",

EDIT: It now keeps saying that my credentials are wrong. I guess the whole vivox system is messed up right now :confused:

Thank you for your patience. The availability of the new release in the Unity package manager took a little longer than others to resolve through the system and actually go live.

Please try again. You should see the new version 15.1.210000-pre.1 available in the package manager now. If there’s no prompt in the UI to update, you should still be able to pull it in manually by adding it to a project’s manifest.json as @LightYarn mentioned above:
“com.unity.services.vivox”: “15.1.210000-pre.1”

Optionally you can also add it by using “Add package by name” in the package manager and providing the name and version. As this is a pre-release package, you will need to use the Advanced options in the Package Manager and enable the Enable Preview Packages option.
9189704--1280753--Screenshot 2023-08-02 at 9.55.03 AM.png