snowplow / snowplow-unity-tracker

Snowplow event tracker for Unity. Add analytics to your Unity games and apps
http://snowplowanalytics.com
Apache License 2.0
16 stars 11 forks source link

Add support for the Unity WebPlayer #2

Closed jbeemster closed 1 year ago

jbeemster commented 8 years ago

This will involve adding optional local storage options in the form of cookies for the sessionization to persist data as well as debugging how to get SQLite to work... or coming up with a new event storage solution.

Potentially we could provide an AsyncEmitter without any persistent storage that simply adds failed events to a queue to resend.