Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

TextureImporterGenerateCubemap

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Cubemap generation mode for TextureImporter.

Cubemap textures can be generated from square textures using one of these modes.

See Also: TextureImporter.generateCubemap.

Variables

None Do not generate cubemap (default).
Spheremap Generate cubemap from spheremap texture.
Cylindrical Generate cubemap from cylindrical texture.
SimpleSpheremap Generate cubemap from spheremap texture.
NiceSpheremap Generate cubemap from spheremap texture.
FullCubemap Generate cubemap from vertical or horizontal cross texture.