SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

Don't support UWP project #4

Closed ChangweiZhang closed 8 years ago

ChangweiZhang commented 8 years ago

I have tried your unity dll library, and it works perfect on PC. But it failed when I try build my unity project to UWP project. The errors look like this:

default

veblush commented 8 years ago

Oh, thanks for reporting! Because I have never tried UWP, I didn't know this issue before 😄. For hotfix, please read Workaround for UWP and try to do what it says.