- Home /
Question by
Behnamjef · Sep 12, 2017 at 07:44 AM ·
unity5unity analytics
Unity analytics wrong report
Hello,
I use this code for testing unity analytics: void TestAnalytic() { int count = PlayerPrefs.GetInt("TestCounter", 0); Analytics.CustomEvent("Test", new Dictionary<string, object> { {"Count",count} }); count++; PlayerPrefs.SetInt("TestCounter", count); }
and I called this method 5 times. but unity analytic report this event 8 times and the "Count" show just one number (4) and (others). Why is this happen?
Comment
Your answer
Follow this Question
Related Questions
After upgrade from 5.5.1p4 to 5.6.2f1, Camera error occured. 0 Answers
Create a object in front of the player 1 Answer
Samsung s6 and pixel devices overheating within a few minutes 0 Answers
How to track position/rotation/scale changes in selection groups? 1 Answer
Is there a way to change ambient lighting locally? (Unity 5) 0 Answers