Version: 2020.2
言語: 日本語

PackedAssetInfo

struct in UnityEditor.Build.Reporting

マニュアルに切り替える

説明

Contains information about a single packed Asset.

変数

idThe unique identifier of the packed Asset.
offsetThe offset in a PackedAssets file that indicates the beginning of the packed Asset.
packedSizeThe size of the packed Asset.
sourceAssetGUIDThe Global Unique Identifier (GUID) of the source Asset that the build process used to generate the packed Asset.
sourceAssetPathThe file path to the source Asset that the build process used to generate the package Asset, relative to the Project directory.
typeThe type of source Asset that the build process used to generate the package Asset, such as image, Mesh or audio types.