Custom Package with versions updates in Package Manager

I have been digging around and can’t seem to find any information on how to have my package/repo show the different version like the unity packages do.

What I’d like. I can load a custom package in from my repo but I want it to show up in unity with it if there is a new version of my package that it can be upgraded to.

Is there any reference for this?

This only works with npm servers, not with git packages. If you have e.g. Verdaccio installed and set up as a scoped registry in your project, Unity will show all packages and updates as well as all available versions.

This comes up again and again in these forums, start e.g. here for more information.

1 Like