[Asset pipeline v2] problem in android platform

hello, my english is bad. sorry.
i have this problems.

  1. Android → PC&Standalone Switch Platform is very fast, but PC → Android is very slowly (like a asset pipeline version 1)

  2. i put 1000 ‘.png’ textures in my project.
    android platform : very slowly like a asset-pipeline 1. and metafile size is 3kb.
    pc&standalone : very fast. and metafile size is 2kb.

  3. Does Android Target Platform support asset pipelines2?
    And android png why does create larger metafiles than PC?

test env :
Unity 2019.3.0f1
i7 6700k, gtx 1070TI, 16GB RAM, SSD

AFAIK first time it should be as slow as it used to be, since it needs to compress everything.

The difference is that in subsequent changes it should be much faster. Is that not the case?

1 Like

oh, yes! maybe it’s right. there is a possibility. nice hint. I’ll try test it after setting the same texture compression. <3 :slight_smile:

Thank. you are right. i change my texture compression option ETC to DXT. And it’s been a lot very faster.
Thank you again.

1 Like