Releases: vladfaust/unity-wakatime
Releases · vladfaust/unity-wakatime
v2.4.0
An epic comeback 💥
Or not that epic. CI is broken now 🤔
Nevertheless, I've updated the package in the package
branch, and it...
...works on my machine!
v2.2.0
Added support for Unity Package Manager installation via Git URL!
No more copying files, just that single line in Package/manifest.json
(note the #package
tag):
"com.vladfaust.unitywakatime": "https://github.com/vladfaust/unity-wakatime.git#package"
Thanks @Hermesiss for this awesomeness! 🎉
v2.1.0
Added .wakatime-project
file integration (see #11). Thanks @Hermesiss for such an awesome PR!
v2.0.1
Documentation
- 29e946a update README with notes about existing solutions (closes #7)
v2.0.0
New Features
- 237f95c moved all files to package dir and added package manifest files
Bug Fixes
- c0779d0 added #if (UNITY_EDITOR) clauses so we don't export the plugin with the game
Documentation
- 4948a72 updated README with UPM-style installation instructions