September 24th, 2019 - v2.0.0
Supported Unity Version >= 2018.4
Check out our official documentation to learn how to make use of all the features we currently support!
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.
Checkout our Examples by importing the Examples.unitypackage
file located inside the Mixpanel
folder after you follow the installation instructions above
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",
See changelog for details.