The type or name space called Newtonsoft could not be found

I am following this tutorial which is going well, however, when i install the project I am getting warnings. When i open the project in safe mode, the first warning says. The type or name space called Newtonsoft could not be found, I opened the project folder and installed newtosoft.json hoping that would make a difference but it didn’t.

This is a link to the project:

open code editor and add the below dependency under “Packages/manifest.json” path
"com.unity.nuget.newtonsoft-json": "3.0.1"

1 Like

Thats great, perfect thank you