Analytics 4.3.0
7 documented changes.
- Version
- 4.3.0
- Released
- Feb 1, 2023
- Product
- Unity Analytics
Analytics 4.3.0
Updates
- Feature
Added: CustomData(string eventName) method for recording events that don't have any parameters.
- Change
Changed: The `AnalyticsContainer` object is now spawned during `UnityServices.InitializeAsync` .
- Fix
Fixed: Issue where a single corrupt event could prevent all subsequent events from being sent.
- Fix
Fixed: `NullReferenceException` when passing null instead of a Dictionary of parameters to `CustomData` for an event that doesn't have any parameters.
- Fix
Fixed: `NullReferenceException` when passing null for the currency code to `ConvertCurrencyToMinorUnits` ; it now throws an `ArgumentNullException` if the currency code is either null or empty.
- Fix
Fixed: Compiler error on 2020.1 Editor versions.
- Fix
Fixed: Documentation comment on `IAnalyticsService.Flush` method to clarify behavior and usage.