mixpanel / mixpanel-unity

Official Unity Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
45 stars 38 forks source link

Development builds failing on 3.5.1 #177

Closed CHollasch closed 6 months ago

CHollasch commented 6 months ago

@zihejia with the release of 3.5.1, creating a development build fails to compile.

zihejia commented 6 months ago

hi @CHollasch , sorry about that. Could you share the log?

vadim-marchuk commented 6 months ago

Same problem here. Below are the compile errors. I see that these properties have been removed in version 3.5.1 but are still in the Controller class within DEVELOPMENT_BUILD preprocessor directives.

Problem 0: ScriptCompileError, DontExtractStacktrace
Library/PackageCache/com.mixpanel.unity@752b5b019c/Mixpanel/Controller.cs(353,37): error CS0117: 'MixpanelStorage' does not contain a definition for 'HasTracked'

Problem 1: ScriptCompileError, DontExtractStacktrace
Library/PackageCache/com.mixpanel.unity@752b5b019c/Mixpanel/Controller.cs(370,33): error CS0117: 'MixpanelStorage' does not contain a definition for 'HasUsedPeople'
zihejia commented 6 months ago

@vadim-marchuk @CHollasch , it's been fixed in 3.5.2, sorry again.