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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.