Search Issue Tracker
In Progress
Fix In Review for 6000.3.X
Fixed in 6000.2.9f1, 6000.4.0a3
In Progress in 6000.4.X
Votes
0
Found in
6000.2.6f1
6000.3.0b4
6000.4.0a2
Issue ID
UUM-121449
Regression
No
Code stripping causes crash in RemoteSettings when Unity Analytics module is removed from manifest
h3. Problem
A runtime crash occurs on Android (and other platforms) when the com.unity.modules.unityanalytics module is removed from manifest.json with code stripping enabled. The crash happens during RemoteSettingsBeforeFetchFromServer callback invocation with a null pointer dereference.
h3. Affected Version
- Unity 6000.2.6f1
h3. Platforms Affected
- Android (confirmed)
- iOS (confirmed)
h3. Steps to Reproduce
- Create a project with code stripping enabled
- Remove Cloud Diagnostics package
- Remove "com.unity.modules.unityanalytics": "1.0.0" from manifest.json
- Build and run on Android
- App crashes with SIGSEGV at RemoteSettingsBeforeFetchFromServer
h3. Workaround
- Disable code stripping (confirmed working)
- Add "com.unity.modules.unityanalytics": "1.0.0" back to manifest.json (being tested with customer)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Line Brush blue outline appears at incorrect position when painting start of line in Tile Palette
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
Add comment