You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, really cool utility! Makes it really painless to use the new async/await features.
I noticed when I run my game I get the following warning in the console:
Assets/Plugins/AsyncAwaitUtil/Tests/AsyncUtilTests.cs(213,27): warning CS0618:
`UnityEngine.Networking.UnityWebRequest.Send()' is obsolete: `Use SendWebRequest.
It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'
The text was updated successfully, but these errors were encountered:
Hey, really cool utility! Makes it really painless to use the new async/await features.
I noticed when I run my game I get the following warning in the console:
The text was updated successfully, but these errors were encountered: