Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

TextureImporterType

Description

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

Variables

ImageThis is the most common setting used for all the textures in general.
BumpSelect this to turn the color channels into a format suitable for real-time normal mapping.
GUIUse this if your texture is going to be used on any HUD/GUI Controls.
SpriteSelect this if you will be using your texture for Sprite graphics.
CursorUse this if your texture is going to be used as a cursor.
ReflectionAlso known as Cube Maps, used to create reflections on textures.
CookieThis sets up your texture with the basic parameters used for the Cookies of your lights.
LightmapThis sets up your texture with the parameters used by the lightmap.
AdvancedSelect this when you want to have specific parameters on your texture and you want to have total control over your texture.