serializedFileCount
Number of serialized files in the build output.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public int serializedFileCount { get; }
Remarks
Serialized files are the specific Unity binary format used to store serialized Unity Objects. For example level files, shared assets and content files are all examples of serialized files. This count does not include other file formats, such as files with the .resS and .resource extension. The count includes serialized files located inside AssetBundles or other Unity Archive files.