doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
721 stars 124 forks source link

Import issues in Unity #324

Closed anuj-zupee closed 1 year ago

anuj-zupee commented 1 year ago

Getting JsonElement Inaccessible error while importing in unity. is there any workaround for this.

Assets/SocketIOClient/Messages/ServerBinaryAckMessage.cs(17,21): error CS0122: 'JsonElement' is inaccessible due to its protection level.

anuj-zupee commented 1 year ago

Importing as DLL solved issue for me. :)