JsonConvert duplicate declaration

Options
I found some google results on this but there are no solutions. My game is in Unity in C#, and the moment I import the Photon SDK I get a conflict with JsonConvert. Running Windows 7 latest Unity 5 build and latest SDK.

Assets/Photon Unity Networking/Editor/PhotonNetwork/AccountService.cs(181,45): error CS0433: The imported type `Newtonsoft.Json.JsonConvert' is defined multiple times

It says it is also defined in my unity/game/Temp/Bin/Debug/assembly-csharp.dll

Comments