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.

TextureImporterType

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

Select this to set basic parameters depending on the purpose of your texture.

Variables

Image This is the most common setting used for all the textures in general.
Bump Select this to turn the color channels into a format suitable for real-time normal mapping.
GUI Use this if your texture is going to be used on any HUD/GUI Controls.
Sprite Select this if you will be using your texture for Sprite graphics.
Cursor Use this if your texture is going to be used as a cursor.
Reflection Also known as Cube Maps, used to create reflections on textures.
Cookie This sets up your texture with the basic parameters used for the Cookies of your lights.
Lightmap This sets up your texture with the parameters used by the lightmap.
Advanced Select this when you want to have specific parameters on your texture and you want to have total control over your texture.