Hi!
We have configured the Google Artifact Registry as a Scoped Registry to store our Unity packages as npm packages.
All packages that are added directly to a game manifest.json can now be resolved and downloaded from the Artifact Registry.
However, __only the packages that were manually included in the manifest are displayed in the Package Manager__. All other packages that were previously added to the Google Artifact Registry are not displayed.
I can see the full list of packages in the terminal using
gcloud artifacts packages list --repository="our repository" --location="location" --project="our project".
Google Artifact Registry doesn't seem to support /-/all or /-/v1/search endpoints that Unity Package Manager relies on.
Is there a way to see all packages in the Package Manager? We are using Unity 2020.3.6f1, but can update if the solution is added in a newer version. I've tried one of the newest versions (2021.1.17), but it didn't help.
↧