Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e) Copyright (C) Microsoft Corporation. All rights reserved.
error CS1703
多个System.Drawing.dll文件重复引用
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.
Editor-Project Settings-Player-Other Settings-Api Compatibility Level
改为.NET 4.x
(Unity 2020.1.2f1 (64-bit))
参考资料:
1.how-to-use-systemdrawing-in-unity2018
2.
3.