【发布时间】:2016-06-28 18:56:41
【问题描述】:
我使用 nuget 将 Json.NET 安装到我的 Unity 项目中,但问题是当我启动它时会抛出
The type or namespace 'Newtonsoft' could not be found. Are you missing a using directive or an assembly reference
然而它在我的参考文献中,我有using Newtonsoft.Json;
我看过其他问题,但我找不到有效的答案。我正在使用 Unity 5 和最新版本的 Json.NET
【问题讨论】: