In this chapter, I will explain how to publish your UPM package on GitHub and distribute it with OpenUPM as an open-source package. Then I will cover publishing on the Asset Store as a free or paid asset package.
UPM Packages
As I mentioned multiple times in previous chapters, with Unity Package Manager (UPM), you can create UPM-compatible packages that can be installed and managed by UPM automatically via Git URL, Scoped Registry, and others. Therefore, besides manually exporting .unitypackage, now it’s possible ...