floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

Newtonsoft.Json is incompatible with macOS and iOS builds [solution proposed] #18

Open mynatt opened 6 years ago

mynatt commented 6 years ago

As the title states, Newtonsoft.Json is incompatible with at least macOS and iOS builds, and will silently fail and cause crashes. I was able to replace the included Newtonsoft.Json with SaladLab's Json.Net.Unity3D, a fork made to support Unity3D, and it seems to function as intended. Please consider replacing it in this repo as well, so people don't have to find out the hard way through much confused searching.