[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/TextureImporterType.html [Back]  [Original]

Unity - Scripting API: TextureImporterType
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    TextureImporterType

    enumeration

    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

    Submission failed

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

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

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

    Properties

    Property Description
    DefaultThis is the most common setting used for all the textures in general.
    NormalMapSelect 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.
    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.
    SingleChannelUse this for texture containing a single channel.
    ShadowmaskUse this for textures that contain shadowmask data.
    DirectionalLightmapUse this for textures that contain directional lightmap data.

    Web Proxy Viewer  |  New URL  |  Original Page