Search Unity

"Build" button not active

Discussion in 'Addressables' started by novaVision, Jul 23, 2018.

  1. novaVision

    novaVision

    Joined:
    Nov 9, 2014
    Posts:
    518
    Trying to implement addressables to the project - added prefab to remote group but "build" button is not active, only "preview". Bundle creates only if I make a iOS build.
    What the case?

    Another question is - is it correct that Addressable system will download only requested prefab from entire asset bundle? So for example if my asset bundle is 100mb, but requested prefab is ~5mb, system will download only 5mb of all the content?

    Thanks in advices
     
  2. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    Look in the Editor's script and you'll see that the Build empty button.
     
  3. novaVision

    novaVision

    Joined:
    Nov 9, 2014
    Posts:
    518
    Does it mean the only way to create remote bundle is build the app?
     
  4. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    No. Now you can set pack mode and hit play to build bundles.
     
  5. novaVision

    novaVision

    Joined:
    Nov 9, 2014
    Posts:
    518
    Oh.. get it. Wasn't so obvious. Thanks.

    Btw, what about that "partial download"? Will that work this way? Still can't test, because got some problems on LoadAsset... download progress always 0