Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextureImporterGenerateCubemap

Cubemap generation mode for TextureImporter.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum TextureImporterGenerateCubemap

Remarks

Cubemap textures can be generated from 2D texture using one of these modes.
Additional Resources: TextureImporter.generateCubemap.

Fields

Value

Description

AutoCubemapAutomatically determine type of cubemap generation from the source image.
CylindricalGenerate cubemap from cylindrical texture.
FullCubemapGenerate cubemap from vertical or horizontal cross texture.
SpheremapGenerate cubemap from spheremap texture.