Search Unity

Can you force the Adressable System to load from offline cache?

Discussion in 'Addressables' started by David_GameDev, Feb 5, 2019.

  1. David_GameDev

    David_GameDev

    Joined:
    Dec 25, 2016
    Posts:
    29
    is it possible to force the Adressables to load from the offline cache? Let´s say the Player has pretty bad connection, and it takes too long for the System to check on the server, is it possible to stop the online check and just fetch the data straight from the offline cache.
     
  2. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    No, because you cannot even force the data to be cached. All the "data caching" option actually does is to kindly ask the Browser to cache the data.
     
    David_GameDev likes this.
  3. David_GameDev

    David_GameDev

    Joined:
    Dec 25, 2016
    Posts:
    29
    Mainly talking about mobile devices, they do cache the last update as far as I know, but I am guessing its the same answer. Thanks for the info :)