Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Security.Cryptography.X509Certificates in .NET 4.6 #4

Open
alborzs opened this issue Sep 24, 2018 · 1 comment
Open

System.Security.Cryptography.X509Certificates in .NET 4.6 #4

alborzs opened this issue Sep 24, 2018 · 1 comment

Comments

@alborzs
Copy link

alborzs commented Sep 24, 2018

Hi,

Have you tried this library recently?

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?

@RobinFischer
Copy link

RobinFischer commented Oct 24, 2018

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.
changescriptingbackend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants