Unity Tracker Setup - ClaraVista-IT/snowplow GitHub Wiki
HOME > SNOWPLOW SETUP GUIDE > Step 2: setup a Tracker > Unity Tracker
## 1. OverviewThe 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.
## 2. Integration options ### 2.1 Tracker compatibilityThe 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.
### 2.2 DependenciesThere 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.
## 3. Setup ### 3.1 DownloadThe 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.