Search Unity

AssetBundles not caching

Discussion in 'Asset Bundles' started by abyshin, Feb 22, 2019.

  1. abyshin

    abyshin

    Joined:
    Jun 26, 2014
    Posts:
    6
    My AssetBundles are on the server, which I then download to the device. With an enabled internet everything is OK. Everywhere it says that if the AssetBundles is in the cache, it will be taken from the cache. However, when Internet is disabled, DownloadHandlerAssetBundle.GetContent returns null. I watch the cache and there is nothing there.

    Could this be due to the fact that isStreamedSceneAssetBundle is true? isStreamedSceneAssetBundle caching or not? My assetbundles contains scenes.