I had just the same problem in Visual Studio 2015. But Utamaru's solution worked for me.

Make a folder: Assets/Plugins where you put the *.dll file and add it as a reference.

To add a reference you highlight the Analyzers in the Solution Explorer in Visual Studio and under Project > Add Reference you can find your *.dll file located in Assets/Plugin by browsing to it.

Answer from KollKode on Stack Overflow
🌐
GitHub
github.com › applejag › Newtonsoft.Json-for-Unity
GitHub - applejag/Newtonsoft.Json-for-Unity: Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager · GitHub
October 6, 2023 - Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager - applejag/Newtonsoft.Json-for-Unity
Starred by 1.3K users
Forked by 134 users
Languages   C#
🌐
Unity
discussions.unity.com › unity engine
Newtonsoft Json package - Unity Engine - Unity Discussions
March 9, 2020 - So now that Unity has brought in Newtonsoft.Json.dll in their own package, the docs say: “To avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.” But the docs for the package say: "This is a package intended for internal Unity Development Projects and as such this package is not supported.
Discussions

c# - Adding Json.Net to a Unity3D project - Stack Overflow
To add a reference you highlight ... your *.dll file located in Assets/Plugin by browsing to it. ... Sign up to request clarification or add additional context in comments. ... I also had to restart Unity. 2018-05-26T00:16:34.573Z+00:00 ... Or if you dont require Newtonsoft.Json (Json.NET), ... More on stackoverflow.com
🌐 stackoverflow.com
How to install NewtonSoft Json in unity or Visual studio code?
Hello. I’m transitioning to Json saving trying following the Brian’s tutorial but I must admit i’m a little bit confuse according NewtonSoft Json. I assume I haven’t any Json install in my unity version: or Json: And I don’t understand at all how to install it. More on community.gamedev.tv
🌐 community.gamedev.tv
0
0
April 22, 2025
Newtonsoft Json package - Unity Engine - Unity Discussions
So now that Unity has brought in Newtonsoft.Json.dll in their own package, the docs say: “To avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.” But the docs for the package say: "This is a package intended for internal Unity Development Projects and as ... More on forum.unity.com
🌐 forum.unity.com
5
September 3, 2020
Newtonsoft JSON package missing after moving project? - Unity Engine - Unity Discussions
Not sure where to put this. I moved my project folder from one laptop to another. Now I am getting errors that the Newtonsoft namespace could not be found. I did not have any Newtonsoft folders in my project, so I guess it must have been in the packages? But I tried to re-add Newtonsoft JSON ... More on discussions.unity.com
🌐 discussions.unity.com
1
April 25, 2022
🌐
GameDev.tv
community.gamedev.tv › unity courses › ask
How to install NewtonSoft Json in unity or Visual studio code? - Ask - GameDev.tv
April 22, 2025 - Hello. I’m transitioning to Json saving trying following the Brian’s tutorial but I must admit i’m a little bit confuse according NewtonSoft Json. I assume I haven’t any Json install in my unity version: or Json: …
🌐
NuGet
nuget.org › packages › Unity.Newtonsoft.Json
NuGet Gallery | Unity.Newtonsoft.Json 7.0.0
March 23, 2015 - <PackageReference Include="Unity.Newtonsoft.Json" Version="7.0.0" />
Find elsewhere
🌐
Unity
discussions.unity.com › unity engine
Newtonsoft JSON package missing after moving project? - Unity Engine - Unity Discussions
April 25, 2022 - Not sure where to put this. I moved my project folder from one laptop to another. Now I am getting errors that the Newtonsoft namespace could not be found. I did not have any Newtonsoft folders in my project, so I guess it must have been in the packages? But I tried to re-add Newtonsoft JSON ...
🌐
Medium
rehtse-studio.medium.com › made-with-unity-newtonsofts-json-net-b64236d59e76
Made With Unity | Newtonsoft’s Json.NET | by Rehtse Studio | Medium
October 6, 2022 - I’m holding on to the other two ... Newtonsoft package. On Unity go to Windows->Package Manager, once the Package Manager window opens, go to Add package from git URL, type com.unity.nuget.newtonsoft-json press Add and ...
🌐
Open Collective
opencollective.com › newtonsoftjson-for-unity
Newtonsoft.Json for Unity - Open Collective
June 1, 2020 - For the .NET community and all of us that just want to parse JSON within our Unity projects. Using Newtonsoft.Json inside the Unity3D game engine is simple at first. Just push in the .dll and start coding. Perhaps even use some NuGet downloader to keep the binaries out of your git repository.
🌐
Reddit
reddit.com › r/unity3d › newtonsoft.json v12.0.1 for unity via unity package manager
r/Unity3D on Reddit: Newtonsoft.Json v12.0.1 for Unity via Unity Package Manager
July 18, 2019 - Here's a Newtonsoft.Json v12.0.1 package for Unity with support for built projects and even IL2CPP built projects (such as WebGL, Android, iOS). Not only being new version of Json.NET for Unity, it's now shipped with this "new" nice tool called Unity Package Manager! UPM (Unity Package Manager) needs more focus. It's such a great tool we needed ages ago. High time to start using it and stop pushing DLL's to our repositories.
🌐
Unity
docs.unity3d.com › Packages › com.unity.nuget.newtonsoft-json@2.0 › changelog › CHANGELOG.html
Changelog | Newtonsoft Json | 2.0.2 - Unity - Manual
October 11, 2021 - Updated to bug fix release 12.0.2 of Newtonsoft Json. Updated package description. Use .net standard 2.0 version of the dll. Renamed the dll to match the assembly name. Users will need to update their assembly references. No notable changes from the previous preview release. Remove the unused asmdef file and make it such that the dll needs to be explicitly included. Update the documentation for the package and the package description to state that this package is for internal Unity ...
🌐
Unity
docs.unity3d.com › Packages › com.unity.nuget.newtonsoft-json@2.0 › index.html
Home Page. | Newtonsoft Json | 2.0.2
November 11, 2021 - Home Page · This is the home page for this package · Back to top · Copyright © 2023 Unity Technologies — Terms of use · Legal · Do Not Sell or Share My Personal Information · Your Privacy Choices (Cookie Settings)
🌐
GitHub
github.com › applejag › Newtonsoft.Json-for-Unity › wiki › Install-official-via-UPM
Install official via UPM · applejag/Newtonsoft.Json-for-Unity Wiki · GitHub
March 3, 2022 - Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager - applejag/Newtonsoft.Json-for-Unity
Author   applejag