public static string EscapeURL(string s)
 {
     return(UnityWebRequest.EscapeURL(s, Encoding.UTF8));
 }