Skip to content

Commit 4fee72d

Browse files
committed
Fixed to build properly without ios errors
1 parent 7509f87 commit 4fee72d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

UnityProject/Assets/Plugins/AsyncAwaitUtil/Source/IEnumeratorAwaitExtensions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public static SimpleCoroutineAwaiter<AsyncOperation> GetAwaiter(this AsyncOperat
6060
return awaiter;
6161
}
6262

63-
public static SimpleCoroutineAwaiter<UnityEngine.iOS.OnDemandResourcesRequest> GetAwaiter(this UnityEngine.iOS.OnDemandResourcesRequest instruction)
64-
{
65-
return GetAwaiterReturnSelf(instruction);
66-
}
67-
6863
// Return itself so you can do things like (await new WWW(url)).bytes
6964
public static SimpleCoroutineAwaiter<WWW> GetAwaiter(this WWW instruction)
7065
{

0 commit comments

Comments
 (0)