UnityWebRequest files = new UnityWebRequest();. WWWForm form = new WWWForm();. files = UnityWebRequest.Get(filesPath);. yield return files.SendWebRequest();.
確定! 回上一頁