8 documented changes.

Version
4.4.1
Released
Mar 1, 2023
Product
Unity Analytics
Unity Gaming Services release notes

Analytics 4.4.1

Official notes

Updates

  1. Feature

    Added: CustomData method now supports `IDictionary` , `IList` and `Enum` parameters

  2. 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)

  3. Improvement

    Changed: Updated `com.unity.services.core` dependency to 1.8.1

  4. Fix

    Fixed: Custom user ID can now be changed at runtime (by updating `UnityServices.ExternalUserId` )

  5. Fix

    Fixed: Changing ExternalUserId now takes effect immediately, rather than after an unpredictable delay

  6. 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)

  7. Fix

    Fixed: Session ID is now refreshed when application is paused for over 5 minutes (when Run In Background is false)

  8. Deprecation

    Deprecated: The `RecordEvent(Event event)` API is no longer supported and will be removed in a future version

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.