Analytics SDK 6.1.1
9 documented changes.
- Version
- 6.1.1
- Released
- Sep 1, 2025
- Product
- Unity Analytics
Analytics SDK 6.1.1
Added
- Feature
Support for the Developer Data framework in Unity 6.2 and above.
- 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).
- Feature
In order to start and stop data collection, you must now use `EndUserConsent.SetConsentState(...)` to grant or deny consent for `AnalyticsIntent` .
- 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.
- Feature
If consent has already been granted, data collection will start automatically during `UnityServices.InitializeAsync()` . Otherwise, data collection will start when consent is granted.
- 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.
- Feature
Refer to the SDK 6.1 migration guide.
Fixed
- Deprecation
Updated the Debug Panel to use a new UIToolkit method in Unity 6.2 and above to prevent a deprecation warning.
- Fix
The two `acquisitionSource` event buttons in the Standard Events sample now call the correct methods.