C# Unity3D:未能找到Newtonsoft.Json.dll的占位符Newtonsoft.Json.dll';,确保它存在,或更改插件设置

C# Unity3D:未能找到Newtonsoft.Json.dll的占位符Newtonsoft.Json.dll';,确保它存在,或更改插件设置,c#,unity3d,dll,build,json.net,C#,Unity3d,Dll,Build,Json.net,我从git中提取了一个Unity3D项目,它已经有了Newtonsoft.Json.dll 当我尝试构建和运行时,它会给我以下错误 Failed to find a placeholder ('Assets/JsonDotNet/Assemblies/Standalone /Newtonsoft.Json.dll') for 'Assets/IBMSdkCore/ThirdParty/JsonDotNet /AOT/Newtonsoft.Json.dll', ensure it exi

我从git中提取了一个Unity3D项目,它已经有了Newtonsoft.Json.dll

当我尝试构建和运行时,它会给我以下错误

    Failed to find a placeholder ('Assets/JsonDotNet/Assemblies/Standalone
/Newtonsoft.Json.dll') for 'Assets/IBMSdkCore/ThirdParty/JsonDotNet

/AOT/Newtonsoft.Json.dll', ensure it exists, or change plugin settings for

'Assets/IBMSdkCore/ThirdParty/JsonDotNet/AOT/Newtonsoft.Json.dll' 

accordingly.
我浏览了这个链接

解决方案是从引用包的项目中配置占位符


我不知道该怎么做。有人能帮忙吗?

当我试图添加引用时,@Ruzihm可能重复。它说它不能被添加,因为“Newtonsoft.json”已经存在于项目中。如何删除对组件的现有引用?它甚至没有说安装在Manage NuGet软件包中。也许答案会有所帮助