Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildStep

Contains information about a single step in the build process.
Read time 1 minuteLast updated 6 days ago

Definition

public struct BuildStep

Remarks

Additional Resources: _steps

Properties

Property

Description

depthThe nesting depth of the build step.
durationThe total duration for this build step.
messagesAll log messages recorded during this build step, in the order of which they occurred.
nameThe name of this build step.