Search Unity

Feedback Do Addressables need to be reloaded each time?

Discussion in 'Addressables' started by mcbauer, May 27, 2022.

  1. mcbauer

    mcbauer

    Joined:
    Oct 10, 2015
    Posts:
    524
    My Addressable system works great and I'm very happy with it, I'm just curious if once an addressable is pulled down, is it cached to save from pulling it down every time?

    I'd really like to avoid continually hitting the server to pull down data that has already been retrieved.

    Thanks in advance
     
  2. Jribs

    Jribs

    Joined:
    Jun 10, 2014
    Posts:
    154
    Yes default functionality is they are cached. So it will use the cached version unless it recognizes a change.

    There is a checkbox on the group settings to not use the cache.
     
    unity_shane and mcbauer like this.