Unity Tracker Setup - ClaraVista-IT/snowplow GitHub Wiki

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 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 Unity5+ on Windows, Linux, OSX and iOS.

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 Snowplow's [bintray repository] bintray-snplow. 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.

⚠️ **GitHub.com Fallback** ⚠️