Class SerializedFileMetaData | Scriptable Build Pipeline | 1.8.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class SerializedFileMetaData

    Additional MetaData that is associated with a serialized file write result IBuildResults

    Inheritance
    Object
    SerializedFileMetaData
    Namespace: UnityEditor.Build.Pipeline
    Syntax
    [Serializable]
    public class SerializedFileMetaData

    Fields

    ContentHash

    Hash of file contents. Some resource files may choose to exclude sections of their content from this hash. For example, serialized files exclude the header of their content which allows this hash not to change with new Unity versions.

    Declaration
    public Hash128 ContentHash
    Field Value
    Type Description
    Hash128

    RawFileHash

    A hash of all the serialized files

    Declaration
    public Hash128 RawFileHash
    Field Value
    Type Description
    Hash128
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023