We’re pleased to announce the Snowplow Unity Tracker v0.5.0! This release removes UnityJSON and replaces it with Newtonsoft.Json. Unity 2020+ is bundled with a Newtonsoft.Json package, and Newtonsoft.Json-for-Unity can be used for other versions.
Upgrading
To upgrade, delete the existing SnowplowTracker
folder from your Assets/Plugins
and import the new unitypackage
file.
You can download the v0.5.0 unitypackage
from GitHub Releases.
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.
Documentation
The documentation for the Unity Tracker can be found at docs.snowplowanalytics.com.
You can also find further information on the GitHub repository.
Changelog
Replace UnityJSON with Newtonsoft.Json (#41)
Add Test and Build GitHub Action (#33)
Add Unity Activation Action (#44)
Update SnowplowTracker.Tests to Unity 2020.3.16f1 (#43)
Update SnowplowTracker.Demo to Unity 2020.3.16f1 (#42)
Include at least one example of Unstructured Event in demo (#35)
Demo game has missing Scenes in Build settings (#34)