docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Asset

    Metadata about the glTF asset.

    Inheritance
    object
    Asset
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
    public class Asset

    Properties

    AdditionalProperties

    Additional properties on glTF JSON objects. Those properties may have been added by a new, unsupported version of the glTF specification. For extending glTF, please use extensions or extras instead.

    Declaration
    [JsonIgnore]
    public ReadOnlyProperties AdditionalProperties { get; }
    Property Value
    Type Description
    ReadOnlyProperties

    Copyright

    A copyright message suitable for display to credit the content creator.

    Declaration
    [JsonPropertyName("copyright")]
    public string Copyright { get; set; }
    Property Value
    Type Description
    string

    Extensions

    JSON object with extension-specific objects.

    Declaration
    [JsonPropertyName("extensions")]
    public AssetExtensions Extensions { get; set; }
    Property Value
    Type Description
    AssetExtensions
    See Also
    https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#reference-extension

    Extras

    Application-specific data.

    Declaration
    [JsonPropertyName("extras")]
    [JsonConverter(typeof(ExtrasConverter))]
    public ExtrasContainer Extras { get; set; }
    Property Value
    Type Description
    ExtrasContainer
    See Also
    https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#reference-extras

    Generator

    Tool that generated this glTF model. Useful for debugging.

    Declaration
    [JsonPropertyName("generator")]
    public string Generator { get; set; }
    Property Value
    Type Description
    string

    MinVersion

    The minimum glTF version that this asset targets.

    Declaration
    [JsonPropertyName("minVersion")]
    public string MinVersion { get; set; }
    Property Value
    Type Description
    string

    Version

    The glTF version.

    Declaration
    [JsonPropertyName("version")]
    public string Version { get; set; }
    Property Value
    Type Description
    string
    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)