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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment