Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Texture Importer Refactor - Use the cache better

Discussion in '5.5 Beta' started by DanTreble, Aug 29, 2016.

  1. DanTreble

    DanTreble

    Joined:
    Aug 31, 2010
    Posts:
    590
    I don't know what this texture importer refactor is, but I'm jumping on board with my own requests!

    I want to move our project to mostly crunched dxts, cause they are awesome and small, however I don't want to subject the team to the crippling import times.

    We have the cache server, but it regularly fails on initial import and project update (Case 759902)

    Secondly, some genius caused all the textures to be reimported for every platform, is a Win 32 dxt different from a Win 64 dxt, different from a OSX dxt? Nope. I couldn't stand the 5x reimport of crunched textures for each platform we ship (Win32,OSX universal, linux universal, PS4, XBoxOne).
     
    Ferazel likes this.
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Hi DanTreble,
    We're currently working on that.