We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7509f87 commit 4fee72dCopy full SHA for 4fee72d
UnityProject/Assets/Plugins/AsyncAwaitUtil/Source/IEnumeratorAwaitExtensions.cs
@@ -60,11 +60,6 @@ public static SimpleCoroutineAwaiter<AsyncOperation> GetAwaiter(this AsyncOperat
60
return awaiter;
61
}
62
63
- public static SimpleCoroutineAwaiter<UnityEngine.iOS.OnDemandResourcesRequest> GetAwaiter(this UnityEngine.iOS.OnDemandResourcesRequest instruction)
64
- {
65
- return GetAwaiterReturnSelf(instruction);
66
- }
67
-
68
// Return itself so you can do things like (await new WWW(url)).bytes
69
public static SimpleCoroutineAwaiter<WWW> GetAwaiter(this WWW instruction)
70
{
0 commit comments