com.unity.services.analytics 4.4.0
Source docsNotes: processedReleased March 9, 2023
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
✨ Features
- CustomData method now supports IDictionary\, IList and Enum parameters
📈 Improvements
- 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)
- Updated `com.unity.services.core` dependency to 1.8.1
🔧 Bug Fixes
- Custom user ID can now be changed at runtime (by updating `UnityServices.ExternalUserId`)
- 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)
- Session ID is now refreshed when application is paused for over 5 minutes (when Run In Background is false)
- ### Deprecated
- The `RecordEvent(Event event)` API is no longer supported and will be removed in a future version
