Class SerializedFileMetaData
Additional MetaData that is associated with a serialized file write result IBuildResults
Inherited Members
Namespace: UnityEditor.Build.Pipeline
Assembly: solution.dll
Syntax
[Serializable]
public class SerializedFileMetaData
Fields
Name | Description |
---|---|
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. |
RawFileHash | A hash of all the serialized files |