Version: 2022.2

TextureImporter.ignoreMipmapLimit

切换到手册
public bool ignoreMipmapLimit ;

描述

Enable this flag for textures that should ignore mipmap limit settings.

This has no effect if the textureShape is not Texture2D. Also, this has no effect on textures without mipmaps. For additional information, see Texture2D.ignoreMipmapLimit.

See Also: AssetPostprocessor.OnPreprocessTexture, mipmapEnabled.