GetFiles()
Returns an array of all the files output by the build process.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor
public BuildFile[] GetFiles()
Returns
Type | Description |
|---|---|
| BuildFile[] | An array of all the files output by the build process. |
Remarks
The returned array is a copy and this method execution length scales linearly with number of files.