Search Unity

Trigger assets compression.

Discussion in 'Asset Bundles' started by imp91, Jan 4, 2022.

  1. imp91

    imp91

    Joined:
    May 14, 2014
    Posts:
    2
    Hi everyone!

    We have 'Compress Assets on Import' unchecked, and the documentation says 'All Textures are compressed in the build, regardless of this setting.'
    Actually, all textures are compressed in the build, but not in the asset bundles.
    Most likely, this happens because we use custom build pipeline for building asset bundles.
    How to trigger assets compression in that case?