Search Unity

Deprecation popup

Discussion in 'Unity Analytics' started by diggyk, Aug 21, 2020.

  1. diggyk

    diggyk

    Joined:
    Aug 16, 2014
    Posts:
    24
    Everytime I start Unity, I get the popup that says "Unity Analytics SDK" about UA being directly integrate. But I'm not sure where it thinks I'm using an older version. I literally just turned this on last night and have only 3 lines of code using Analytics.
     
  2. diggyk

    diggyk

    Joined:
    Aug 16, 2014
    Posts:
    24
    Please! Any help would be appreciated! It pops up every single time it reloads a script. :(

    I start with `using Unity.Analytics` with `Analytics.CustomEvent` then tried `AnalyticsEvent.Custom` and now I'm `using Unity.Cloud.Analytics` with `UnityAnalytics.CustomEvent` and still, when I go back to Unity and reloads the scripts, it pops up the deprecation panel. :(
     
    Last edited: Aug 22, 2020
  3. diggyk

    diggyk

    Joined:
    Aug 16, 2014
    Posts:
    24