Skip to content

Unity Tracker Setup

Paul Boocock edited this page Dec 13, 2019 · 9 revisions

HOME > SNOWPLOW SETUP GUIDE > Step 2: setup a Tracker > Unity Tracker

Contents

1. Overview

The Snowplow Unity Tracker lets you add analytics to your Unity-based desktop and mobile apps, servlets and games.

The Tracker should be relatively straightforward to setup if you are familiar with Unity and C# development.

Ready? Let's get started.

Back to top

2. Integration options

2.1 Tracker compatibility

The Snowplow Unity Tracker has been built and tested using Unity 2018.4 on Windows, Linux, OSX, iOS and Android. It is built using .NET Standard 2.0 and requires at least Unity 2018.1.

It is not currently compatible with the WebPlayer as of yet.

Back to top

2.2 Dependencies

There are several dependencies that are required to use the Unity Tracker currently. These are available in this folder.

  • UnityEngine.dll : This is included as a way of setting up development externally to the Unity playground; you do not need to include this.

All the other dependencies are required for proper Tracker function.

Back to top

3. Setup

3.1 Download

The Unity Tracker package is published to the Unity Trackers Github releases. Once downloaded simply add the SnowplowTracker.unitypackage to your project. This should insert all of the required dll files into your Assets/Plugins/ folder.

Done? Now read the Unity Tracker API to start tracking events.

Clone this wiki locally