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

Unity Analytics for Snowplow

early-release Build Release License

Overview

Add analytics to your Unity games and apps with the Snowplow event tracker for Unity.

With this tracker you can collect event data from your Unity-based applications, games or frameworks.

Quick start

Requirements

Installation

Find out more

Technical Docs Setup Guide Roadmap Contributing
i1 i2 i3 i4
Technical Docs Setup Guide Roadmap Contributing

Maintainer Quick start

Building

Assuming git, Vagrant and VirtualBox installed:

 host$ git clone https://github.com/snowplow/snowplow-unity-tracker.git
 host$ cd snowplow-unity-tracker

Development

To work on the Tracker:

Setting up a Test Endpoint

host$ vagrant up && vagrant ssh
guest$ cd /vagrant
guest$ mb &
guest$ curl -X POST -d @/vagrant/Resources/imposter.json http://localhost:2525/imposters

The test collector to use: http://localhost:4545

Now open Mountebank in your browser (on host is fine):

Testing Framework

Requires: Unity 2021.3.12f1 (LTS)

Please note that all Unit Tests are written with NUnit.

Running the Snowplow Demo Game

Requires: Unity 2021.3.12f1 (LTS)

To open the Demo Game simply add the following folder within Unity Hub, snowplow-unity-tracker/SnowplowTracker.Demo, you can then build and run it yourself.

Tested Platforms:

Copyright and license

The Snowplow Unity Tracker is copyright 2015-2023 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.