Snowplow Unity Tracker 0.5.1 released

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

  • Update Unity version for demo app and tests to 2021.3.1f1 (#49)
  • Update copyrights to 2022 (#48)

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.

2 Likes