Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.2.1f1
6000.3.0a5
Issue ID
UUM-114836
Regression
Yes
No possibility to disable Unity Cloud Diagnostics without connecting the project to the Cloud and related warning shown
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.}}
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
If the project is disconnected from the Cloud no data will be uploaded.