Adding Json.Net to a Unity3D project

后端 未结 8 2319
清酒与你
清酒与你 2020-12-07 00:46

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

u

8条回答
  •  攒了一身酷
    2020-12-07 01:10

    If you adding reference to *.dll through IDE and after recompile IDE throws out, check if you have assembly definition. If so, you need to add it to Assembly References. It worked for me. Inspector

提交回复
热议问题