Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

TextureImporterGenerateCubemap

enumeration

Description

Cubemap generation mode for TextureImporter.

Cubemap textures can be generated from 2D texture using one of these modes.

See Also: TextureImporter.generateCubemap.

Variables

NoneDo not generate cubemap (default).
SpheremapGenerate cubemap from spheremap texture.
CylindricalGenerate cubemap from cylindrical texture.
FullCubemapGenerate cubemap from vertical or horizontal cross texture.
AutoCubemapAutomatically determine type of cubemap generation from the source image.