You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, it works fine, but then another DLLs have similar issues that are not so easily handled (logs below). Most of the errors relate to namespaces like System.Security, System.Threading and others that have different analogues in the UWP world.
Reference rewriter: Error: type `System.Security.Cryptography.SHA1` doesn't exist in target framework. It is referenced from WebSocket4Net.dll at System.String WebSocket4Net.Extensions::CalculateChallenge(System.String).
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:989)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:211)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Reference rewriter: Error: type `System.Net.Sockets.Socket` doesn't exist in target framework. It is referenced from WebSocket4Net.dll at System.Void SuperSocket.ClientEngine.ConnectedCallback::Invoke(System.Net.Sockets.Socket,System.Object,System.Net.Sockets.SocketAsyncEventArgs).
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:989)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:211)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The text was updated successfully, but these errors were encountered:
Hi,
When building for windows store, unity says that included Newtonsoft.json DLL is incompatible with Windows Universal App platform.
These go away after replacing the DLL with a portable one from https://github.com/JamesNK/Newtonsoft.Json/releases.
After that, it works fine, but then another DLLs have similar issues that are not so easily handled (logs below). Most of the errors relate to namespaces like System.Security, System.Threading and others that have different analogues in the UWP world.
The text was updated successfully, but these errors were encountered: