Search Unity

Android client update catalog only after device restart.

Discussion in 'Addressables' started by Flirer, Sep 6, 2019.

  1. Flirer

    Flirer

    Joined:
    May 20, 2014
    Posts:
    5
    Unity 2018.3.7
    Addressables 1.1.7

    When i update remote catalog on my ftp, its only get updated on android device when i restart device, untill then it will load older version.

    Looks like it get cached some where, can i clean cash on client side some how?
     
  2. Favo-Yang

    Favo-Yang

    Joined:
    Apr 4, 2011
    Posts:
    464
  3. Flirer

    Flirer

    Joined:
    May 20, 2014
    Posts:
    5
  4. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    try putting some debug logging into the init calls. Every time addressables init's it should check the server for new data. Either add debugging to init or to the content catalog provider class. (all this involves editing our code, which you can do wherever it is on your computer)