docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPostJsonDeserialization

    Useful for analysis, verification and manipulation of the deserialized glTF JSON data before any further loading of resources (buffers, images) has started. To use this, implement the interface in an ImportAddonInstance and inject that instance.

    Namespace: GLTFast.Addons
    Assembly: glTFast.dll
    Syntax
    public interface IPostJsonDeserialization

    Methods

    PostJsonDeserialization()

    Called right after JSON deserialization is complete, but before any loading of resources has started.

    Declaration
    bool PostJsonDeserialization()
    Returns
    Type Description
    bool

    False if the loading process has to be aborted due to a critical error. True otherwise.

    See Also
    ImportAddonRegistry
    AddImportAddonInstance<T>(T)

    See Also

    ImportAddonRegistry
    AddImportAddonInstance<T>(T)
    In This Article
    Back to top
    Copyright © 2026 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)