# generateMipsInLinearSpace

> Generates mipmaps with gamma correction.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** generateMipsInLinearSpace Property deprecated. Mipmaps are always generated in linear space.

```csharp
public bool generateMipsInLinearSpace { get; set; }
```

### Remarks

Additional Resources: [TextureImporter.mipmapEnabled](/engine/6000.0/script-reference/unityeditor/textureimporter/mipmapenabled.md).
