I added the Json.Net library to Visual Studio 2013 via NuGetpackage and installed it for NetFramework 4.5. I don't get an error in Visual Studio when I add
using Newtonsoft.Json;
but in Unity3D 5.0 I get the error:
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?
I looked up in my packages folders for this project and the dll file is there, so I don't understand the problem. Thx for help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…