Requested by: @bitsandfoxes
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Added
options.AndroidNativeTombstoneEnabled (default false) and options.AndroidReportHistoricalTombstones (default false) to enable reporting of native crashes captured by Android's ApplicationExitInfo API as Tombstones (#2749)
Fixes
- Fixed an issue with the updated dependency resolution introduced in
4.6.0 where usage of the Metrics API would cause Unity to error with The type 'ReadOnlySpan<>' is defined in an assembly that is not referenced. (#2754)
- When targeting Nintendo Switch, the SDK will now properly log the state of the native support instead of silently swallowing any configuration issues (#2753)
Dependencies
- Bump CLI from v3.5.1 to v3.6.0 (#2741)
- Bump Cocoa SDK from v9.19.0 to v9.21.0 (#2748, #2756, #2759)
- Bump Java SDK from v8.46.0 to v8.48.0 (#2750, #2758)
- Bump Native SDK from v0.15.2 to v0.15.3 (#2755)
Requested by: @bitsandfoxes
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
options.AndroidNativeTombstoneEnabled(defaultfalse) andoptions.AndroidReportHistoricalTombstones(defaultfalse) to enable reporting of native crashes captured by Android'sApplicationExitInfoAPI as Tombstones (#2749)Fixes
4.6.0where usage of theMetricsAPI would cause Unity to error withThe type 'ReadOnlySpan<>' is defined in an assembly that is not referenced. (#2754)Dependencies