Version: 2022.3
言語: 日本語

BuildReport

class in UnityEditor.Build.Reporting

/

継承:Object

マニュアルに切り替える

説明

The BuildReport API gives you information about the Unity build process.

A BuildReport object is returned by BuildPipeline.BuildPlayer and can be used to discover information about the files output, the build steps taken, and other platform-specific information such as native code stripping.

変数

packedAssetsAn array of all the PackedAssets generated by the build process.
scenesUsingAssetsAn optional array of ScenesUsingAssets generated by the build process if BuildOptions.DetailedBuildReport was used during the build.
stepsAn array of all the BuildSteps that took place during the build process.
strippingInfoThe StrippingInfo object for the build.
summaryA BuildSummary containing overall statistics and data about the build process.

Public 関数

GetFilesReturns an array of all the files output by the build process.

継承メンバー

変数

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

GetInstanceIDGets the instance ID of the object.
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindAnyObjectByTypeRetrieves any active loaded object of Type type.
FindFirstObjectByTypeRetrieves the first active loaded object of Type type.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsByTypeRetrieves a list of all loaded objects of Type type.
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。