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 13 days ago

Definition

public BuildFile[] GetFiles()

Returns

Type

Description

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

Remarks

Contains every file the build wrote, including the files packed inside Unity archive files. The returned array is a copy and this method execution length scales linearly with number of files.