We are pleased to announce the release of our Unity Tracker version 0.5.1.
This release fixes a bug in the AsyncEmitter
which caused the emitter thread to hang indefinitely after calling Stop()
.
Bug fixes
- Fix closing threads in AsyncEmitter when exitting app (#46)
Under the hood
Upgrading
You may download the package in the Releases section on Github.
To upgrade, delete the existing SnowplowTracker
folder from your Assets/Plugins
and import the new unitypackage
file. If you need Newtonsoft.Json in your version of Unity you will receive build warnings which you can resolve by installing Newtonsoft.Json-for-Unity.