Snowplow Unity Tracker 0.4.0 released

We are pleased to announce a new release of the Snowplow Unity Tracker 0.4.0.

0.4.0 brings some huge updates to the Unity Tracker by moving to .NET Standard 2.0 for Unity 2018.1+.

0.4.0 is available on GitHub releases.

It also moves to using LiteDB for event storage and caching instead of SQLite for better cross platform support (including Android arm64 devices) and lastly it also brings a new Demo application built in Unity 2018.4.


I know… you can’t wait to play it!

Change Log

New features

Migrate SnowplowTracker to .NET Standard 2.0 (#22)
Switch to new Database library for better cross platform support (#23)
Migrate test suite to .NET Standard 2.0 (#29)
Expose EventStore Interface for easy extension (#32)
Port Snowplow Demo Game to Android/iOS (#3)
Automate build using Travis (#24)

Bug fixes

Include link.xml and required DLLs in Resources folder for all platforms (#30)
Fix Mobile Paths to support Android (#18)
Fix Peru version so vagrant up succeeds (#20)
Update Copyright notices to 2019 (#31)

4 Likes