This version of Unity is unsupported.

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.

Properties

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.