unity-simple-http icon indicating copy to clipboard operation
unity-simple-http copied to clipboard

Use SendWebRequest instead of Send

Open satanas opened this issue 7 years ago • 0 comments

Assets/SimpleHTTP/Client.cs(39,22): warning CS0618: UnityEngine.Networking.UnityWebRequest.Send()' is obsolete: Use SendWebRequest. It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'

satanas avatar May 03 '18 06:05 satanas