Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Where to view Standard events

Discussion in 'Unity Analytics' started by rmon222, Mar 15, 2020.

  1. rmon222

    rmon222

    Joined:
    Oct 24, 2018
    Posts:
    77
    I've put hooks in the code like this:
    AnalyticsResult result;
    result = AnalyticsEvent.GameStart();
    Debug.LogError("Analytics: result = " + result);

    Result is "ok" but when I go to the Dashboard->Event Manager, I see "No custom events defined". Where do the Standard events go? Thanks,
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Yes, they should appear in Event Manager, can you try again?
     
  3. rmon222

    rmon222

    Joined:
    Oct 24, 2018
    Posts:
    77
    I see them now for the first time after 3-4 days.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Yeah, we had a bit of a delay over the weekend