UnityHTTP
UnityHTTP copied to clipboard
Is that possible to do HTTP request in a child thread?
I think it's quite different from what Coroutine does. Because I want two threads(Main thread and child thread) running. But always got exceptions while doing so.