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.
Google Artifact Registry doesn't seem to support /-/all or /-/v1/search endpoints that Unity Package Manager relies on.
Although, I can see the full list of packages in the terminal using
gcloud artifacts packages list --repository="our repository" --location="location" --project="our project".
Is there a way to see all packages (by somehow enabling /-/all or /-/v1/search endpoints, or by any other ways)?
Solved! Go to Solution.
Hello,
This looks to be a UI issue with Unity similar to these bugs [1, 2] reported with the Unity support. I believe this is an issue on their side hence can you kindly report a bug with them using the following link [3].
Regards
Hello,
This looks to be a UI issue with Unity similar to these bugs [1, 2] reported with the Unity support. I believe this is an issue on their side hence can you kindly report a bug with them using the following link [3].
Regards