Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetStats

Statistics for a specific source Asset included in a build.
Read time 1 minuteLast updated 13 days ago

Definition

public struct AssetStats

Remarks

Additional Resources: _assetStats

Properties

Property

Description

objectCountNumber of objects from this source Asset in the build output.
resourceCountNumber of binary data blobs (resource streams) referenced by objects from this source Asset.
sizeTotal size, in bytes, of the serialized fields and referenced resource data for all objects originating from this source Asset.
sourceAssetGUIDThe AssetDatabase GUID of the source Asset.
sourceAssetPathThe Asset path at the time of the build.