Search Issue Tracker
In Progress
Fix In Review for 6000.2.X, 6000.3.X, 6000.4.0a3
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment