com.unity.analytics 3.5.3

com.unity.analytics

Notes: processedReleased October 13, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3

Package Dependencies

🔄 Changes

  • Added a fix for the removal of CEF from the editor causing an exception when a tracker is added to a game object.
  • The removal of CEF meant that when analytics is not enabled, and you add an analytics tracker to a game object, the library
  • required to create the "go to service menu and enable analytics" button didn't exist, and thus would throw an exception. The solution was
  • to have a seperate class initialised on load that would override this functionality for all editors that don't have this library.