luis-l / UnityAssets

Some Unity assets I worked on
MIT License
38 stars 4 forks source link

UPM support #2

Open favoyang opened 4 years ago

favoyang commented 4 years ago

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.

luis-l commented 4 years ago

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

favoyang commented 4 years ago

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