UnityWebRequestExtensions
Definition
public static class UnityWebRequestExtensionsQuick Lookup
Goal
Method
Methods
GetAwaiter
public static TaskAwaiter<UnityWebRequest.Result> GetAwaiter(this UnityWebRequestAsyncOperation operation)Parameter
Type
Description
Common Pitfalls
Examples
Basic awaitable request
With error handling
See Also
Last updated