Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug (Case 1344160) CheckForCatalogUpdates succeeds while hosting service can't be reached

Discussion in 'Addressables' started by Peter77, Jun 18, 2021.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,589
    Calling
    Addressables.CheckForCatalogUpdates
    while the hosting service can not be reached, still returns
    Succeded
    in the returned operation handle.

    Please see the attached video where I go over the problem in detail.


    Reproduce
    1. Open project on Windows
    2. Open Build Settings and enable "Development Mode"
    3. Open "Addressables Profiles" window and activate "Editor Hosted"
    4. Open "Addressables Hosting" window and disable the "Local Hosting" service
    5. Click in the Addressables Groups window "Build > New Build > Default Build Script"
    6. Press from main menu "File > Build" and build a Win64 Player
    7. Run built Player
    8. Press "Check for Catalog Update"


    Actual
    Addressables.CheckForCatalogUpdates returns AsyncOperationStatus.Succeeded.
    In the player it displays: CheckForCatalogUpdates status: Succeeded

    Expected
    Addressables.CheckForCatalogUpdates returns AsyncOperationStatus.Failed.
     

    Attached Files:

    TreyK-47 likes this.
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,589