【发布时间】:2019-11-09 11:47:56
【问题描述】:
所以过去几个小时我一直在努力解决这个问题...... 我正在尝试使用我上网的一个项目:https://www.youtube.com/watch?v=gOZ8Z0mDgGA
但我目前遇到以下问题:
error CS1703: Multiple assemblies with equivalent identity have been imported: 'O:\UnityProjects\EmotionFacialRecognition\EmotionDetectionAsset_UnityDemo-master\Assets\System.Drawing.dll' and 'C:\Program Files\Unity\Hub\Editor\2019.2.11f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Drawing.dll'. Remove one of the duplicate references.
有谁知道如何解决这个错误?
编辑:以下链接似乎没有进行任何更改: "Multiple assemblies with equivalent identity have been imported" in VS2015 with a Unity generated csproj
Unity 版本:2019.2.11f1 谢谢!
【问题讨论】:
-
@KenWhite 我尝试创建 ProjectFileHook.cs 脚本并粘贴代码 - 但似乎没有任何改变
标签: unity3d