- Home /
 
               Question by 
               spreddy_unity · Jan 28, 2021 at 12:57 PM · 
                downloadwebrequestdownloading  
              
 
              Not able to download the same file simultaneously
I have started two coroutines to download two gifs, if the gif urls are different everything is fine. If I pass same urls second coroutine is not unpausing. Can we not download same file at same time?
         UnityWebRequest www = new UnityWebRequest(path)
         {
             downloadHandler = new DownloadHandlerBuffer()
         };
         yield return www.SendWebRequest();
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                