Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextureImporterPlatformSettings

class in UnityEditor

Description

Stores platform specifics settings of a TextureImporter.

See Also: TextureImporter.

Variables

allowsAlphaSplittingAllows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).
compressionQualityQuality of texture compression in the range [0..100].
crunchedCompressionUse crunch compression when available.
formatFormat of imported texture.
maxTextureSizeMaximum texture size.
nameName of the build target.
overriddenSet to true in order to override the Default platform parameters by those provided in the TextureImporterPlatformSettings structure.
textureCompressionCompression of imported texture.

Public Functions

CopyToCopy parameters into another TextureImporterPlatformSettings object.