|
So the 3.4 function WWW.LoadFromCacheOrDownload(url, version) takes the version integer. My question is, how do you set the version number when you're creating an assetbundle?
(comments are locked)
|
|
You just pass in an arbitrary number you pick yourself for version. The point is that when you call LoadFromCacheOrDownload again, with a different version parameter, your data will get reloaded. This lets you control updates to your cached AssetBundles. It's nice to note you only assign that number on
May 28 '12 at 08:51 PM
Cawas
i think the answer is not clear at all... "How do you set an AssetBundle's version number?" everywhere i found the "READ version" but not "WRITE version"
Mar 03 at 10:12 PM
Talavang
(comments are locked)
|
