【发布时间】:2016-06-20 17:10:35
【问题描述】:
我正在尝试在 Monodevelop 中编译我的 AirConsole 项目,以便调试它。
它从包含的“Newtonsoft.JSON”库中给出了一个编译器错误:
The type or namespace name `DataMemberAttribute' could not be found. Are you missing an assembly reference? (CS0246) (Assembly-CSharp)
项目在 Unity 上运行良好;此错误仅在您尝试在 Monodevelop 中点击“运行”以启用调试器时发生。
有没有简单的方法来修复这个错误?
【问题讨论】:
标签: unity3d airconsole