Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFiles()

Returns an array of all the files output by the build process.
Read time 1 minuteLast updated 10 days ago

Definition

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.