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

Definition

public struct BuildFile

Properties

Property

Description

idThe unique indentifier of the build file.
pathThe absolute 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.