How to reproduce:
1. Open the “ReproProject.zip“ project
2. Build for Android
3. Observe the Console
4. Navigate to the “Edit > Project Settings > Services“
Expected result: No warning about Unity Cloud Diagnostics not being disabled
Actual result: Warning shown in the Build Settings or shown in the Console window after the Android build
Reproducible with: 6000.2.0b7, 6000.2.1f1, 6000.3.0a5
Not reproducible with: 6000.0.56f1, 6000.1.16f1, 6000.2.0b6
Reproducible environment: macOS 15.6 (M4 Max), Windows 11 (Reporters)
Not reproducible environment: No other environment tested
Workaround:
1. Navigate to the “<project_directory>/ProjectSettings/“
2. Open the “UnityConnectSettings.asset“ file
3. Under the “InsightsSettings“ section
4. Change the value of “m_EngineDiagnosticsEnabled“ from ‘1' to '0’
Note: When checking upgrading from a non-reproducible version, the issue does not reproduce anymore in the reproducible versions, make sure to use a freshly unzipped project when upgrading
Warnings:
1. The Unity Cloud Diagnostics service is enabled, and it requires Debug Symbols to be either SymbolTable or Full to resolve stacktraces in crash reports.
2. Exception occurred attempting to connect to Unity services.