This version of Unity is unsupported.

BuildReport.GetFiles

Declaration

public BuildFile[] GetFiles();

Returns

BuildFile[] An array of all the files output by the build process.

Description

Returns an array of all the files output by the build process.

The returned array is a copy and this method execution length scales linearly with number of files.