JDaShen / mixpanel-unity

Unity SDK for Mixpanel Analytics

Home Page:https://mixpanel.com/help/reference/unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Version

December 18th, 2017 - v1.1.1

See the changes.

Getting Started

Check out our official documentation to learn how to install the library in Unity. You will also learn how to make use of all the features we currently support!

Other links:

Want to Contribute?

The Mixpanel library for Unity is an open source project, and we'd love to see your contributions! We'd also love for you to come and work with us! Check out http://boards.greenhouse.io/mixpanel/jobs/25078#.U_4BBEhORKU for details.

Changelog

See wiki page.

Building the SDK

Add all dependencies of the Mixpanel SDK to your app using the following code in your terminal:

sh ./native/build/install_dependencies.sh

Make sure you've logged in to the Unity app.

Then, run the following build script in your terminal:

cd build
python build_all.py # on OS X
build_all.py # on Windows

Note that Unity must be closed while running build_all.py.

The build script will create all the project files (make, xcode, visual studio), perform the builds and run the tests suites. The test suites are run on: OS X, Windows, iOS Simulator and Android Device (if one is attached).

About

Unity SDK for Mixpanel Analytics

https://mixpanel.com/help/reference/unity

License:Apache License 2.0


Languages

Language:C 47.3%Language:C++ 41.6%Language:C# 6.3%Language:CMake 2.7%Language:Python 1.7%Language:Objective-C++ 0.3%Language:Ruby 0.0%Language:Shell 0.0%