Search Unity

Question Addressable building all streaming assets in one big chunk

Discussion in 'Addressables' started by inyourpc, Dec 4, 2022.

  1. inyourpc

    inyourpc

    Joined:
    Jul 14, 2013
    Posts:
    9
    Yo,
    After building my app, which consisted of 100 seperate pngs, it gives one big chunk file,
    upload_2022-12-4_8-9-23.png
    My question is when user ask for one image (streaming asset) does the webserver send this big file back to user at once(network request) or there is some sort of compressing/decompression mechanism in server that is sending back only one image to user.(from server to user device)