vanBassum / Wakatime.Unity

A Wakatime plugin for Unity
MIT License
36 stars 7 forks source link

Add to unity package manager #2

Open vanBassum opened 1 year ago

vanBassum commented 1 year ago

Is there a way to add this to the unity package manager? I'm quite new with unity, so I have some documentation to read. Might be nice if this could be automated with github action. Not sure how to do this.

Also, I should do something with versioning.

Rabadash8820 commented 1 year ago

@vanBassum You should take a look at OpenUPM. It provides a free registry to host community UPM packages. You could upload changes there manually or use a GitHub Action to call OpenUPM-CLI as you suggested.

vanBassum commented 1 year ago

@Rabadash8820 Ah great, thanks for the tip.