Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScenesUsingAssets

An extension to the BuildReport class that tracks which scenes in the build have references to a specific asset in the build.
Read time 3 minutesLast updated 4 days ago

Definition

public sealed class ScenesUsingAssets : Object

Remarks

The build process generates this information when BuildOptions.DetailedBuildReport is used during a build.

Properties

Property

Description

listAn array of ScenesUsingAsset that holds information about the Assets that are included in the build.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.