Search Unity

Question Does texture artifacts be uploaded/downloaded with accelerator even it is not compressed?

Discussion in 'Unity Accelerator' started by Kichang-Kim, Jul 3, 2020.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    Hi. I have a question about what is happening when the texture import settings is "no compression".

    With no compression, the output texture artifacts are bigger than original image file which is generally compressed (like PNG). Also importing time is not long, maybe faster than downloading from cache server.

    So in this case, does Unity properly handle that the artifacts should be uploaded/downloaded or not?