Search Unity

the size of an assetbundle is quite small i, as what i observed, most of them are around 5kb, while

Discussion in 'Scripting' started by zcyandyaurora, Aug 21, 2017.

  1. zcyandyaurora

    zcyandyaurora

    Joined:
    Aug 21, 2017
    Posts:
    3
    the size of an assetbundle is quite small in memory, as what i observed, most of them are around 5kb. While the size of an loaded asset from assetbundle is much bigger than the size of the assetbundle, so i wander how the assets compressed ??
     
  2. Scabbage

    Scabbage

    Joined:
    Dec 11, 2014
    Posts:
    268
    The actual object is just like a pointer that references the bundle files on disk. See the AssetBundle documentation.