Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


serializedFileSize

Total size, in bytes, of the serialized files in the build output.
Read time 1 minuteLast updated 13 days ago

Definition

public ulong serializedFileSize { get; }

Remarks

This is the uncompressed size prior to any compression that may be applied when content is packed into AssetBundles or other Unity Archives. Padding used for data alignment may cause actual files on disk to be slightly larger than the reported size.