Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseEnable this flag for textures that should ignore mipmap limit settings.
This has no effect if the textureShape is not Texture2D
or Texture2DArray
. Also, this has no effect on textures without mipmaps. For additional information, see Texture2D.ignoreMipmapLimit and Texture2DArray.ignoreMipmapLimit.
By default, an imported texture asset has mipmap limits enabled, and uses the global mipmap limit. If you imported a Texture2DArray asset in Unity version 2023.1 or earlier, the asset will continue to ignore mipmap limits to ensure consistent behavior when upgrading.
Additional resources: Texture2D.ignoreMipmapLimit, Texture2DArray.ignoreMipmapLimit, mipmapEnabled.