Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.