The method recommended in manual for downloading AssetBundles is:
WWW LoadFromCacheOrDownload(string url, int version, uint crc = 0);
How to determine the version variable for it?
I have a number of apps with scenes loaded from assetbundles.
The application itself remains the same, while these scenes get updated frequently.
Is there a way of setting and getting the most recent version for the app before downloading?
Could crc number from the maifest file be used?
↧