Search Unity

Bug Addressables Content Build stuck on Post Scripts Callback

Discussion in 'Addressables' started by LoicRGL, Feb 27, 2023.

  1. LoicRGL

    LoicRGL

    Joined:
    Oct 14, 2022
    Posts:
    3
    I am unable to perform an Addressable build using the default build script because if get stuck at the begining on the Post Script Callback. I have a popup that spawn for half a second and then Unity becomes unresponsive in the Task Manager, clicking on cancel doesn't have any effect and the process goes on forever.

    It seems to be a local problem because my co-workers are able to build the content. I had this issue on a previous project, and for some reason one day it just solved itself. Cannot find any tickets with similar issue so I have no clue what is going on.
     

    Attached Files:

  2. pillakirsten

    pillakirsten

    Unity Technologies

    Joined:
    May 22, 2019
    Posts:
    346
    Hi @loic_unity653 to confirm there are no callbacks registered to ContentPipeline.BuildCallbacks? What Addressables and Unity version are you using?
     
  3. LoicRGL

    LoicRGL

    Joined:
    Oct 14, 2022
    Posts:
    3
    We are using Unity 2021.3.11f1 and Addressables 1.19.19.
     
  4. LoicRGL

    LoicRGL

    Joined:
    Oct 14, 2022
    Posts:
    3
    It's only happening with the Android platform selected in the build settings. Building for Windows platform works fine.
     
  5. baekmw90

    baekmw90

    Joined:
    Jan 3, 2019
    Posts:
    2
    I have the same issue. Did you solve it?
     
  6. OdysseyHome

    OdysseyHome

    Joined:
    Nov 25, 2013
    Posts:
    3
    This is mine

    upload_2023-5-16_8-53-35.png

    Also trying to build to Android for a Meta Quest 2

    Unity Version 2022.2.2.1f
    Addressables Version 1.21.10
     
    Last edited: May 16, 2023
  7. OdysseyHome

    OdysseyHome

    Joined:
    Nov 25, 2013
    Posts:
    3
    I fixed my problem by updating to Addressables Package 1.21.12. in the package manager
     
  8. neitron

    neitron

    Joined:
    Sep 14, 2014
    Posts:
    14
    Same here, only Android platform, ios is fine
     
  9. Nadoc_NewLedge

    Nadoc_NewLedge

    Joined:
    Nov 26, 2020
    Posts:
    19
    Same issue with Addressables 1.21.14
     
  10. ArrowDriver235

    ArrowDriver235

    Joined:
    Nov 22, 2022
    Posts:
    1
    Still having the same issue with Android and Addressables 1.21.20... anyone have a status on when this is going to be fixed and/or if there's a workaround?
     
  11. Nith666

    Nith666

    Joined:
    Aug 1, 2012
    Posts:
    57
    I've got the same problem. Unity 2022.3.25f1 on macOS, Addressables 1.21.20
    I would also like to know a workaround or ETA for a fix