Is there a way to force all my textures max size to be 2048 instead of 4096?

Is there a way to mess with any of the default import settings?

Thank you,

3 Answers

3

1766-show.png

You can click the override in the texture and set max size to 2048, and format to compressed

I have hundreds of textures. I mean is there a way to make the default 2048 to affect everything at once, instead of going one by one.

You can select them all and change the max size. It will apply to all of them. (Requires Unity 3.5 or later for multi-selection.)

You can use the scrip form the wiki to mass change the Max Size.

http://www.unifycommunity.com/wiki/index.php?title=TextureImportSettings

It will take some time to re-import, but a lot faster then manual.

Great!! Thank you

Unity does this on its own, no need for scripts (as long as you're using 3.5 or later).

thx Eric5h5 i forgot about the new multi editing function in 3.5 (did use the script before 3.5)