SendWebRequest (); //等待资源下载完成 while (!WebRequest.isDone) { yield return null; } if (string.IsNullOrEmpty(WebRequest.error)) { //文件 ...
確定! 回上一頁