docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ErrorCode

    Describes an error during the texture import.

    Namespace: KtxUnity
    Assembly: Ktx.dll
    Syntax
    public enum ErrorCode

    Fields

    Name Description
    FormatUnsupportedBySystem

    The GraphicsFormat is unsupported by the current system.

    InvalidFace

    Face slice exceeds face count.

    InvalidLayer

    Layer index exceeds layer count.

    InvalidLevel

    MipMap level exceeds level count.

    InvalidSlice

    Face slice exceeds base depth.

    LoadingFailed

    Loading texture data failed.

    NotSuperCompressed

    Only super-compressed KTX is supported.

    OpenUriFailed

    Loading from URI returned a WebRequest error.

    Success

    Texture import was successful.

    TranscodeFailed

    Transcoding to GraphicsFormat failed.

    UnsupportedFormat

    The GraphicsFormat is unsupported by KTX Unity.

    UnsupportedVersion

    KTX v1 is not supported.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)