Bundleasset problem in Linux

Hi,
I’ve written some code that use bundleasset downloaded through WWW.LoadFromCacheOrDownload(). It works on all platform except on Linux, where it seems to keep downloading the asset again every time I load it through WWW.LoadFromCacheOrDownload, as he do not have the file in the cache or the version information does not match. Taking a look at the strace reveals that there’s a bunch of files created in a Temp folder, named probably with some md5/sha sum of the file to be downloaded. After the file is downloaded in the temp folder it’s removed and there’s no trace of where it has been stored for permanent caching. Any clue about this? Tested on Ubuntu 13.04/14.04.

This sounds like a bug. Can you please submit a bug report? Follow the guidelines here:

Make sure that you try with the latest version of Unity before submitting the bug, to make sure this is not already fixed.

This should be fixed in 4.5.1f3.
See Unity Issue Tracker - WWW.LoadFromCacheOrDownload doesn't load from cache