# isReadable

> Is texture data readable from scripts.

## Definition

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

> **Warning:**
>
> **Removed.** DDSImporter is obsolete. Use IHVImageFormatImporter instead
>
> **Upgrade to** [IHVImageFormatImporter](/engine/6000.6/script-reference/unityeditor/ihvimageformatimporter.md)

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

### Remarks

See [TextureImporter](/engine/6000.6/script-reference/unityeditor/textureimporter.md) for details.
