9 documented changes.

Version
6.1.1
Released
Sep 1, 2025
Product
Unity Analytics
Unity Gaming Services release notes

Analytics SDK 6.1.1

Official notes

Added

  1. Feature

    Support for the Developer Data framework in Unity 6.2 and above.

  2. Deprecation

    This supersedes the `StartDataCollection` and `StopDataCollection` methods, which are deprecated in Unity 6.2 and above (they are not deprecated in earlier editor versions that do not have the new `EndUserConsent` APIs).

  3. Feature

    In order to start and stop data collection, you must now use `EndUserConsent.SetConsentState(...)` to grant or deny consent for `AnalyticsIntent` .

  4. Feature

    In order to request data deletion, you must still use the SDK's `RequestDataDeletion` method, but you must first explicitly deny consent using the `EndUserConsent` API.

  5. Feature

    If consent has already been granted, data collection will start automatically during `UnityServices.InitializeAsync()` . Otherwise, data collection will start when consent is granted.

  6. Feature

    When you start using the `EndUserConsent` API, the SDK throws exceptions if you attempt to use methods from the original workflow. The two approaches cannot be mixed.

  7. Feature

    Refer to the SDK 6.1 migration guide.

Fixed

  1. Deprecation

    Updated the Debug Panel to use a new UIToolkit method in Unity 6.2 and above to prevent a deprecation warning.

  2. Fix

    The two `acquisitionSource` event buttons in the Standard Events sample now call the correct methods.

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.