com.unity.analytics 3.5.3
Notes: processedReleased October 13, 2020
Unity Compatibility
Minimum Unity: 2019.3
Package Dependencies
- com.unity.ugui (1.0.0)
🔄 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.
