- Home /
WWW download an old version of a file
I met a very strange thing. WWW download an old version of a file. for example. www = new WWW("http://192.168.2.70/version.txt"); yield return www;
but the "version.txt"'s content is old.
it usually happens after I restart the crashed app(when I download an assetbundle not suit my app, it crashed).
Has anyone met this problem? Incredible. My Unity is 4.5.5f1
Answer by labor · Dec 26, 2014 at 07:55 AM
so, I have an idea, change the url to "http://192.168.2.70/version.txt?rand="+Random.value, it worked.
Your answer
Follow this Question
Related Questions
how to find if WWW Post Request is succesful? 2 Answers
how to give Unity feedback on classes in Experimental ? 0 Answers
yield return WWW; not returning 1 Answer
WWW with https resulting in SSL: couldn't create a context 0 Answers
UnityWebRequest timing out ? Send() finishes but isDone = false 1 Answer