This version of Unity is unsupported.

Texture.isReadable

public bool isReadable;

Description

Returns true if the Read/Write Enabled checkbox was checked when the texture was imported; otherwise returns false. For a dynamic Texture created from script, always returns true. For additional information, see TextureImporter.isReadable.