AssetStats
Statistics for a specific source Asset included in a build.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public struct AssetStats
Remarks
Additional Resources: _assetStats
Properties
Property | Description |
|---|---|
| objectCount | Number of objects from this source Asset in the build output. |
| resourceCount | Number of binary data blobs (resource streams) referenced by objects from this source Asset. |
| size | Total size, in bytes, of the serialized fields and referenced resource data for all objects originating from this source Asset. |
| sourceAssetGUID | The AssetDatabase GUID of the source Asset. |
| sourceAssetPath | The Asset path at the time of the build. |