Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

ContentSummary.reusedSerializedFileSize

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public ulong reusedSerializedFileSize;

Description

Size, in bytes, of the serialized files reused from previous builds rather than rebuilt.

This only accounts for serialized files. Resource files are excluded because resource content can be shared across multiple serialized files, making per-file reuse attribution inaccurate. This size is calculated before any compression is applied.