mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-24 00:30:11 +00:00
fix again #108
This commit is contained in:
@@ -31,7 +31,6 @@ namespace Cysharp.Threading.Tasks
|
|||||||
#endif
|
#endif
|
||||||
this.Error = unityWebRequest.error;
|
this.Error = unityWebRequest.error;
|
||||||
this.ResponseCode = unityWebRequest.responseCode;
|
this.ResponseCode = unityWebRequest.responseCode;
|
||||||
this.Text = unityWebRequest.downloadHandler.text;
|
|
||||||
if (UnityWebRequest.downloadHandler != null)
|
if (UnityWebRequest.downloadHandler != null)
|
||||||
{
|
{
|
||||||
this.Text = unityWebRequest.downloadHandler.text;
|
this.Text = unityWebRequest.downloadHandler.text;
|
||||||
|
|||||||
Reference in New Issue
Block a user