Statistics for a specific Unity Object type included in a build.
Additional resources: ContentSummary.typeStats
| Property | Description |
|---|---|
| objectCount | Number of objects of this type in the build output. |
| resourceCount | Number of binary data blobs (resource streams) referenced by objects of this type. |
| size | Total size, in bytes, of the serialized fields and referenced resource data for all objects of this type in the build output. |
| type | The Unity Object type, such as Texture2D or Mesh. |