# TextureImporterPlatformSettings

> Stores platform specifics settings of a TextureImporter.

## Definition

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

```csharp
public sealed class TextureImporterPlatformSettings
```

## Remarks

Additional Resources: TextureImporter.

## Properties

| Property                                                                                                                                  | Description                                                                                                                                                                                                            |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [allowsAlphaSplitting](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/allowsalphasplitting.md)               | Allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).                                                                                              |
| [androidETC2FallbackOverride](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/androidetc2fallbackoverride.md) | Override for ETC2 decompression fallback on Android devices that don't support ETC2.                                                                                                                                   |
| [compressionQuality](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/compressionquality.md)                   | The quality of Crunch texture compression. The range is 0 through 100. A higher quality means larger textures and longer compression times.                                                                            |
| [crunchedCompression](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/crunchedcompression.md)                 | Use crunch compression when available.                                                                                                                                                                                 |
| [format](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/format.md)                                           | Format of imported texture.                                                                                                                                                                                            |
| [ignorePlatformSupport](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/ignoreplatformsupport.md)             | Ignores platform support checks for the selected texture format.                                                                                                                                                       |
| [maxTextureSize](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/maxtexturesize.md)                           | Maximum texture size.                                                                                                                                                                                                  |
| [name](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/name.md)                                               | Name of the build target.                                                                                                                                                                                              |
| [overridden](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/overridden.md)                                   | Set to true in order to override the Default platform parameters by those provided in the [TextureImporterPlatformSettings](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings.md) structure. |
| [resizeAlgorithm](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/resizealgorithm.md)                         | For Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ).                                                                                                |
| [textureCompression](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/texturecompression.md)                   | Compression of imported texture.                                                                                                                                                                                       |

## Methods

| Method                                                                                          | Description                                                          |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [CopyTo](/engine/6000.6/script-reference/unityeditor/textureimporterplatformsettings/copyto.md) | Copy parameters into another TextureImporterPlatformSettings object. |
