UnityAssets icon indicating copy to clipboard operation
UnityAssets copied to clipboard

UPM support

Open favoyang opened this issue 4 years ago • 2 comments

Hi @luis-l,

Thanks for creating the tool. UPM is a better way to deliver features like this to the Unity community. Here's an article about how to convert your asset to a UPM package.

Furthermore, if you created at least one GitHub release, you can submit your package to OpenUPM, a registry collects open-source UPM packages with a continuous build service based on Git tags. It's hosting more than 300+ open-source UPM packages at the time of writing.

Notice that Git tags can also be created with an automatic approach.

favoyang avatar May 17 '20 14:05 favoyang

Awesome. Thanks for the info. I will do this for https://github.com/luis-l/BonsaiBehaviourTree

luis-l avatar Jun 15 '20 07:06 luis-l

Sounds great! If you prefer to use CLI instead of CI to manage the release process, this may help: https://medium.com/openupm/how-to-maintain-upm-package-part-2-f352fbf5f87c

favoyang avatar Jun 15 '20 15:06 favoyang