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
I am missing X509Certificates. I guess X509Certificates is not part of System.Security.Cryptography i newer .NET versions 4.6. (This is the latest version for at the moment).
Is there a world-around for this issue?
The text was updated successfully, but these errors were encountered:
Yes, there's a work-around:
This project actually never worked when building it for .NET using UWP as target plattform.
But you just have to change around the scripting backend to IL2CPP and the errors should go away.
Also, be sure to delete the old building target folder you've used when generating the .NET project! Unity will not overwrite it porpperly when switching to IL2CPP.
Hi,
Have you tried this library recently?
I am missing
X509Certificates
. I guessX509Certificates
is not part ofSystem.Security.Cryptography
i newer .NET versions 4.6. (This is the latest version for at the moment).Is there a world-around for this issue?
The text was updated successfully, but these errors were encountered: