Skip to content

Official Unity Tracking Library for Mixpanel Analytics

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

mixpanel/mixpanel-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd1efe2 · Sep 25, 2019
Sep 25, 2019
May 1, 2019
Sep 24, 2019
Apr 13, 2019
Sep 24, 2019
May 1, 2019
Sep 24, 2019
Apr 9, 2019
Apr 9, 2019
Sep 24, 2019
Apr 9, 2019
Jul 14, 2019
Jul 14, 2019
Jul 14, 2019
Apr 9, 2019

Repository files navigation

Latest Version

September 24th, 2019 - v2.0.0

Supported Unity Version >= 2018.4

Getting Started

Check out our official documentation to learn how to make use of all the features we currently support!

Installation

This library can be installed using the unity package manager system (Unity >= 2018.4) with git

  • In your unity project root open ./Packages/manifest.json
  • Add the following line to the dependencies section "com.mixpanel.unity": "https://github.com/mixpanel/mixpanel-unity.git#upm",
  • Open Unity and the package should download automatically Alternatively you can go to the releases page and download the .unitypackage file and have unity install that. Examples

Checkout our Examples by importing the Examples.unitypackage file located inside the Mixpanel folder after you follow the installation instructions above

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.

The best way to work on the Mixpanel library is the clone this repository and use a unity "local" package reference by creating a new unity project and opening the ./Packages/manifest.json file and adding the following line under the dependencies section

"com.mixpanel.unity": "file:C:/Path/to/cloned/repo/mixpanel-unity",

Changelog

See changelog for details.