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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
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.