- Home /
Question by
tomekkie · Nov 29, 2016 at 08:06 AM ·
assetbundleversionmanifestcaching
How to determine the version number in AssetBundles?
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?
Comment