Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildFile

Contains information about a single file produced by the build process.
Read time 1 minuteLast updated 12 days ago

Definition

public struct BuildFile

Properties

Property

Description

idThe unique identifier of the build file.
pathThe path of the file produced by the build process.
roleThe role the file plays in the build output.
sizeThe total size of the file, in bytes.