Missing Newtonsoft Json
Fix missing Newtonsoft JSON issues in Unity with Convai. Resolve integration problems efficiently.
Last updated
Fix missing Newtonsoft JSON issues in Unity with Convai. Resolve integration problems efficiently.
Last updated
Our plugin has various scripts and dependencies that use Newtonsoft Json. If Newtonsoft Json is missing from the plugin, it could lead to a large number of errors as shown below:
Ensure that NewtonSoft.Json is present in your packages. Go to your project folder.
Then navigate to Packages folder. In the Packages folder. Click on manifest.json. A json file containing the project dependacies should open up.
Add the Newtonsoft Json Package on top.
The final manifest.json should look like this.