Search Unity

Question Update a Previous Build failed

Discussion in 'Addressables' started by dfarjoun, Jun 5, 2020.

  1. dfarjoun

    dfarjoun

    Joined:
    Aug 6, 2017
    Posts:
    42
    Hi,

    Every time I try to update the last build, I get this error:

    "Previous build had 'Build Remote Catalog' disabled. You cannot update a player that has no remote catalog specified
    UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)"

    But the previous build had indeed the 'Build Remote Catalog' enabled.

    How to solve this?

    Thanks in advance!
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,822
    I'll forward to the team for them to review - which version of Addressables are you using?
     
  3. dfarjoun

    dfarjoun

    Joined:
    Aug 6, 2017
    Posts:
    42
    If I'm not wrong it was 1.8.4.
    I deleted the addressables because of a huge crash and I lost my project. I couldn't load again anymore.
    Luckily I had a recent backup.
     
  4. davidla_unity

    davidla_unity

    Unity Technologies

    Joined:
    Nov 17, 2016
    Posts:
    763
    After you've enabled "Build Remote Catalog" you'll have to do a full build. Only afterwards will you be able to use the Update Previous Build feature. Give that a shot and see if it helps.