mixpanel-unity

Official Unity Tracking Library for Mixpanel Analytics

APACHE-2.0 License

Downloads
2
Stars
43
Committers
19

Bot releases are visible (Hide)

mixpanel-unity - Release v3.5.3

Published by github-actions[bot] 24 days ago

v3.5.3 (2024-09-25)

Enhancements

  • Provide more details to Assert #180

Fixes

  • Fix incorrect condition for determining if all tracking data was deleted #179
mixpanel-unity - Release v3.5.2 Latest Release

Published by github-actions[bot] 5 months ago

v3.5.2 (2024-05-12)

Fixes

  • Fix the compile errors in the development build #178
mixpanel-unity - Release v3.5.1

Published by github-actions[bot] 6 months ago

v3.5.1 (2024-05-02)

Fixes

  • Remove internal tracking #175
  • fix "Type of conditional expression cannot be determined" #174
mixpanel-unity - Release v3.5.0

Published by zihejia 8 months ago

v3.5.0 (2024-02-29)

Enhancements

  • Add the UseIpAddressForGeolocation option for MixpanelSettings #170, thanks @qwe321qwe321qwe321 !
  • Add onFlushComplete callback #168, thanks @elic-sightful

Bug fixes

  • Use DEVELOPMENT_BUILD build flag instead of Debug.isDebugBuild #167, thanks @elic-sightful
  • Fixed single quotes in readme #172, thanks @AldeRoberge
mixpanel-unity - Release v3.4.2

Published by zihejia 12 months ago

Bug fixes:
Remove the internal release script. https://github.com/mixpanel/mixpanel-unity/pull/165
address issue #164

mixpanel-unity - Release v3.4.1

Published by zihejia about 1 year ago

v3.4.1 (2023-09-20)

Enhancements

  • fix RegisterOnce not really register once #162
mixpanel-unity - Release v3.4.0

Published by github-actions[bot] almost 2 years ago

v3.4.0 (2022-12-22)

Enhancements

  • Allow changing settings at runtime #153
  • Optimize PlayerPrefs event ID scanning when sending event batches #152
mixpanel-unity - Release v3.3.2

Published by jaredmixpanel about 2 years ago

What's Changed

Full Changelog: https://github.com/mixpanel/mixpanel-unity/compare/v3.3.1...v3.3.2

mixpanel-unity - Release v3.3.1

Published by github-actions[bot] about 2 years ago

v3.3.1 (2022-08-18)

  • Fix issue License has no meta file #147
mixpanel-unity - Release v3.3.0

Published by jaredmixpanel about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mixpanel/mixpanel-unity/compare/v3.2.0...v3.3.0

mixpanel-unity - Release v3.2.0

Published by github-actions[bot] over 2 years ago

v3.2.0 (2022-04-30)

Enhancements

  • Add method 'SetPreferencesSource' to Mixpanel #139
mixpanel-unity - Release v3.1.1

Published by github-actions[bot] over 2 years ago

v3.1.1 (2022-04-30)

Enhancements

  • Add Debug tracking and Dev NPS Survey #138

Fixes

  • Remove push notification related stuff #137
mixpanel-unity - Release v3.1.0

Published by github-actions[bot] over 2 years ago

v3.1.0 (2022-04-21)

Enhancements

  • Customize player preferences #128 Thanks so much @eronnen !
    • Allowing the user to provide a different settings source than Unity's PlayerPrefs
    • Using .NET random generator instead of Unity, since Unity's random generator can be used only from main thread

Fixes

  • Fix compilation errors on platforms other than Android #135
mixpanel-unity - Release v3.0.2

Published by github-actions[bot] almost 3 years ago

v3.0.2 (2022-01-14)

Fixes

  • Fix the Mixpanel gameObject could potentially being destroyed when switch between scenes #125
mixpanel-unity - Release v3.0.1

Published by github-actions[bot] almost 3 years ago

v3.0.1 (2021-11-11)

Closed issues:

  • Error with Controller.cs with earlier unity versions ( 2019.4) #120

Merged pull requests:

  • backward compatibility with earlier version than 2020.1 #121
mixpanel-unity - Release v3.0.0

Published by github-actions[bot] almost 3 years ago

v3.0.0 (2021-10-21)

This release adds support for building projects with IL2CPP and WebGL.

Enhancements

  • Tracking persistence layer refactor #119

Fixes

  • OnApplicationQuit possible race condition with tracking #69

Closed issues:

  • Expose Mixpanel.ClearSuperProperties? #118
  • Mixpanel doesn't work with IL2CPP build on windows. #117
  • TrackCharge doc is out of date? #116
  • IL2CPP error building for Android in Unity 2020.2.2f1 #112
  • v2.2.2 still referencing IDFA #111
  • Mixpanel prevents opening the same Unity project open twice #110
  • Standalone builds(IL2CPP) won't send Mixpanel events #108
  • [Mixpanel] There was an error sending the request. System.AggregateException: One or more errors occurred. #106
  • [Mixpanel] System.NotSupportedException: linked away #105
  • WebGL freezing on v2.1.0 #90
  • NullReferenceException on low performance devices #89
  • JSON parse error on empty object #87
  • End of file reached while trying to read queue item on UWP #85

Merged pull requests:

  • Improve README for quick start guide #115
  • Add github workflow for auto release #114
mixpanel-unity - v2.2.3 - Bug fixes

Published by zihejia over 3 years ago

  • Remove $ios_ifa
mixpanel-unity - v2.2.2 - Bug fixes

Published by zihejia almost 4 years ago

Fixes

mixpanel-unity - iOS 14 compliant

Published by patedit about 4 years ago

  • Remove $ios_ifa user property to be iOS 14 compliant. If you have access to the IDFA value you can always set it as a people property with Mixpanel.People.Set("$ios_ifa", IDFA_VALUE)

  • Improve re-utilization of objects

mixpanel-unity - Performance improvements

Published by patedit over 4 years ago

Package Rankings
Top 19.72% on Npmjs.org
Related Projects