mixpanel-unity
mixpanel-unity copied to clipboard
Official Unity Tracking Library for Mixpanel Analytics
Value class has no possibility to compare with another Value object. There is a possibility to convert to another type, but no way to understand what type Value is. For...
Fixes a bug introduced in #152, where the ID is never reset. Instead of checking `dataIndex == maxIndex`, it should be `dataIndex > maxIndex`, since the last iteration of the...
Call of Mixpanel.Track() method may unexpectedly throw a PlayerPrefsException in WebGL builds due to exceeding the allocated browser storage capacity (IndexedDB). Especially on mobile devices. My case - WebGL application...
There is too many default values that i don't really need. I would like to not send them and by this lower the size of data sent, by saving user's...
Hi, I have a question related with your plugin. Your plugin is compliant with the new Android requirements of PAGE 16KB? Thanks.
#169 Added callout in README that Simplified ID Merge isn't supported, referencing [official doc](https://docs.mixpanel.com/docs/tracking-methods/sdks/unity#getting-started)
When creating a Value with empty constructor intended to be an array of data it is not possible to use Add method or indexer operator to add new data to...