This version of Unity is unsupported.

TextureImporter.mipMapBias

Switch to Manual
public float mipMapBias;

Description

Mip map bias of the texture.

The default value of TextureImporter.mipMapBias is -100, to mark the property as invalid. If the property is changed by the user, the new value is applied to the texture during import.

See Also: Texture.mipMapBias, texture assets.