com.unity.services.analytics 4.3.0
Notes: processedReleased November 24, 2022
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
✨ Features
- Added CustomData(string eventName) method for recording events that do not have any parameters
🔧 Bug Fixes
- Issue where a single corrupt event could prevent all subsequent events from being sent
- NullReferenceException when passing null instead of a Dictionary of parameters to CustomData for an event that does not have any parameters
- NullReferenceException when passing null for the currency code to ConvertCurrencyToMinorUnits; it now throws an ArgumentNullException if the currency code is either null or empty
- Compiler error on 2020.1 editor versions
- Documentation comment on IAnalyticsService.Flush method to clarifybehaviour and usage
📈 Improvements
- AnalyticsContainer object is no longer created automatically on start-up; it is now spawned during UnityServices.InitializeAsync
