Snowplow Unity Tracker 0.6.3 released

We are pleased to announce the release of our Unity Tracker version 0.6.3.

This patch release fixes a problem on Android where an exception was raised when the tracker tried to open a shared connection to the LiteDB event storage database. To fix this problem, the tracker now opens a direct connection on Android as well as on iOS.

Changelog

  • Fix exception on Android caused by opening a shared connection to the event storage database (#71)

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.

3 Likes