LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

TextureImporter.GetAutomaticFormat

Switch to Manual
public TextureImporterFormat GetAutomaticFormat(string platform);

Returns

TextureImporterFormat Format chosen by the system for the provided platform, TextureImporterFormat.Automatic if the platform does not exist.

Description

Returns the TextureImporterFormat that would be automatically chosen for this platform.

The options for the platform string are "Standalone", "Web", "iPhone", "Android", "WebGL", "Windows Store Apps", "PSP2", "PS4", "PSM", "XboxOne", "Nintendo 3DS", "WiiU" and "tvOS".