# BuildFile

> Contains information about a single file produced by the build process.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Build.Reporting](/engine/6000.5/script-reference/unityeditor/build/reporting.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct BuildFile
```

## Properties

| Property                                                                              | Description                                                  |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [id](/engine/6000.5/script-reference/unityeditor/build/reporting/buildfile/id.md)     | The unique indentifier of the build file.                    |
| [path](/engine/6000.5/script-reference/unityeditor/build/reporting/buildfile/path.md) | The absolute path of the file produced by the build process. |
| [role](/engine/6000.5/script-reference/unityeditor/build/reporting/buildfile/role.md) | The role the file plays in the build output.                 |
| [size](/engine/6000.5/script-reference/unityeditor/build/reporting/buildfile/size.md) | The total size of the file, in bytes.                        |
