DLL Dispair

Options
Been having a little trouble over the past couple of days learning all about game networking and how to use PUN with Unity 5. I have ran into a few hurdles and errors but have managed to find a way to fix most of them. However, I am stuck on a little issue that has been frustrating.

After importing Photon into my Unity project I'm getting a compiler error in Mono. On the using Newtonsoft.Json; Line of AccountService.cs I'm getting a Namespace could not be found error. I'm pretty sure I'm missing a DLL, but I haven't been able to figure out what I'm missing or where to put it. Any thoughts?

Comments

  • vadim
    Options
    Searching the forum for 'Newtonsoft' gives couple of answers. Seems like Newtonsoft.Json.dll is not added to the project.