↧
Answer by Tct1856
> mcs am1.cs I hope you were using mcs which comes with Unity? Cause if you were using mcs which comes from mono site, then it could be that you've used incorrect version. Unity uses Mono 2.6, while...
View ArticleAnswer by rposky
Having the same problems you were and this worked for me. su { mono user } -> mozroots --import --sync
View ArticleAnswer by ShawnFeatherly
Putting this in my Start() method worked for me ([source][1]) System.Net.ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => { return true; }; [1]:...
View Article