Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to download somthing from one drive unity

//You can use System.Net to download file asynchronously.

//something like
System.Net.WebClient client = new WebClient();
client.DownloadFile("Download Url", @"Save Path")
//I found a good example ,that can use with unity3d here: https://bit.ly/3fmJiaD.
 
PREVIOUS NEXT
Tagged: #download #somthing #drive #unity
ADD COMMENT
Topic
Name
2+2 =