我通过NuGetpackage将Json.Net库添加到Visual Studio 2013,并将其安装到NetFramework 4.5中.添加时,我在Visual Studio中没有出现错误
使用Newtonsoft.Json;
但在Unity3D 5.0中我收到错误:
Assets/RobotController.cs(5,7): error CS0246: The type or namespace
name `Newtonsoft’ could not be found. Are you missing a using
directive or an assembly reference?