8 lines
176 B
C#
8 lines
176 B
C#
public class CertHandler : UnityEngine.Networking.CertificateHandler
|
|
{
|
|
protected override bool ValidateCertificate(byte[] certificateData)
|
|
{
|
|
return true;
|
|
}
|
|
}
|