How to check Unity Analytics is working without th validator?

Your dictionary is null each time, there is no need to send it. And make sure to check your return code:

AnalyticsResult ar = AnalyticsEvent.Custom(“3_Level”);
Debug.Log("Result is " + ar.ToString());

https://discussions.unity.com/t/748729/14

1 Like