Hi guys,
I noticed the latest version (1.1.0 preview) has a dependency on JSON.NET.
I have a third party plugin that I am currently using that depends on an older version of JSON.NET, and updating to the latest version of Remote Config causes it to fail to load.
It looks like a possible way to resolve this in a Visual Studio is to use dependency redirects in the app config, but I can’t seem to figure out how to do this in unity or if it is even possible?
This will redirect any plugin that depend on an older version of JSON.NET (0-12) to use the newer version included with Remote Config (com.unity.nuget.newtonsoft-json 2.0.0-preview)
In my case, I was using Google APIs in my editor tools & Google.Apis.Core depends on JSON.Net v10.