itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
393 stars 67 forks source link

[Question] Reason for socket.JsonSerializer = new NewtonsoftJsonSerializer(); removal in the latest release #17

Closed ThimoDEV closed 2 years ago

ThimoDEV commented 2 years ago

I didn't see NewtonsoftJsonSerializer being removed from the library. Does it now mean it isn't nessesary anymore or was there any other reason for its removal? I think the Readme is now a bit outdated.

itisnajim commented 2 years ago

Yes, you are right, I rearrange the packages under Runtime/libs folder, and i forgot to add the Newtonsoft.Json lib... I have now updated v1.1.2, just remove and re-add the git url to unity package Manager, if everything works you can close this, I'm here if anything needed 😄

ThimoDEV commented 2 years ago

Everything around this issue works as expected. I will close it as solved.