Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseCubemap generation mode for TextureImporter.
Cubemap textures can be generated from square textures using one of these modes.
See Also: TextureImporter.generateCubemap.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. |