com.unity.services.analytics 4.4.0

com.unity.services.analytics

Source docs
Notes: processedReleased March 9, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

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