- Home /
Download Files
Hi I want a code that placing a url to download files from a server, I need this for a repository type and power up items and then download them and put them in my project Unity3D
Please, post javascript codes so i can understand it better and not c#
Answer by Dreamora · Jul 02, 2011 at 12:15 AM
This is a matter of using the WWW class and once the download is done using System.IO.File.WriteAllBytes (see MSDN for documentation - there in C# then as UnityScript does not exist outside unity) with www.bytes
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
how to take maya animation file in to unity? 1 Answer
What's the difference between gameObject and GameObject? 1 Answer
Climb animation is glitchy and isnt working properly 0 Answers
reading a .csv file on a mac? 3 Answers