Analytics 4.4.1
8 documented changes.
- Version
- 4.4.1
- Released
- Mar 1, 2023
- Product
- Unity Analytics
Analytics 4.4.1
Updates
- Feature
Added: CustomData method now supports `IDictionary` , `IList` and `Enum` parameters
- Change
Changed: Events are now serialised immediately when recorded rather than as part of the upload process. This should alleviate any hitches that might have been experienced during upload (every 60 seconds)
- Improvement
Changed: Updated `com.unity.services.core` dependency to 1.8.1
- Fix
Fixed: Custom user ID can now be changed at runtime (by updating `UnityServices.ExternalUserId` )
- Fix
Fixed: Changing ExternalUserId now takes effect immediately, rather than after an unpredictable delay
- Fix
Fixed: Recording a single event that is too big to upload (over 4MB) no longer prevents any further events from being uploaded (event is immediately discarded with a warning)
- Fix
Fixed: Session ID is now refreshed when application is paused for over 5 minutes (when Run In Background is false)
- Deprecation
Deprecated: The `RecordEvent(Event event)` API is no longer supported and will be removed in a future version