Search Issue Tracker
Active
Fix In Review for 6000.3.X
Fixed in 6000.2.9f1, 6000.4.0a3
Under Consideration for 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment