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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.