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

How to get Asset Bundles to build in Cloud, and how to access them

Discussion in 'Unity Build Automation' started by mattbrandmm, Apr 3, 2019.

  1. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    Hey all! I have a project with a couple bundles. I checked the box in the config for the project that says it should build asset bundles. But I don't see anything as a result, in the full build history.

    So I am not sure if I am actually doing it the proper way, or if I was, how to find the resulting asset bundles.

    Anyone have tips on this?
     
  2. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    Anyone curious about this, you have to have both:
    Build Asset Bundles == yes
    Copy to Streaming Assets == yes

    And then the bundles will be available in the .zip file once the build is made.
     
  3. Mouldi

    Mouldi

    Joined:
    Feb 23, 2013
    Posts:
    20
  4. Mouldi

    Mouldi

    Joined:
    Feb 23, 2013
    Posts:
    20
    Any updates?
     
  5. mattbrandmm

    mattbrandmm

    Joined:
    Jun 5, 2018
    Posts:
    90
    @Mouldi i answered my own question in the 2nd post, see above.
     
  6. Mouldi

    Mouldi

    Joined:
    Feb 23, 2013
    Posts:
    20
    Thanks man, I already figured this out.