Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2018.4.0f1
2020.2
Issue ID
1268302
Regression
No
Remote config package conflicts with Newtonsoft.JSON
How to reproduce:
1. Open the attached "RemoteConfigBug.zip" project
2. Observe the console
Expected Behavior: No conflicts among assemblies
Actual Behavior: There is a conflict between Newtonsoft.JSON and Assembly-CSharp assemblies
Reproducible with(unity versions): 2018.4.26f1, 2019.4.8f1, 2020.1.3f1, 2020.2.0a21
Reproducible with(package versions): 1.2.2, 1.2.3
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
- “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
Resolution Note:
The Customer can resolve this in their project by reconciling the multiple copies of Newtonsoft.JSON in their project. Since the Remote Config Package brings in the Newtonsoft.Json package the assemblies in that package can be used for the other areas they require Newtonsoft.Json in their project.