# mipmapLimitGroupName

> Name of the texture mipmap limit group to which this texture belongs.

## Definition

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

```csharp
public string mipmapLimitGroupName { get; set; }
```

### Remarks

Has no effect if the [TextureImporter.textureShape](/engine/6000.6/script-reference/unityeditor/textureimporter/textureshape.md) is not `Texture2D` or `Texture2DArray`. Also, has no effect on textures without mipmaps. For additional information, see [Texture2D.mipmapLimitGroup](/engine/6000.6/script-reference/unityengine/texture2d/mipmaplimitgroup.md) and [Texture2DArray.mipmapLimitGroup](/engine/6000.6/script-reference/unityengine/texture2darray/mipmaplimitgroup.md).

Additional Resources: [TextureMipmapLimitGroups](/engine/6000.6/script-reference/unityengine/texturemipmaplimitgroups.md).
