ScenesUsingAsset
Contains information about which scenes in a build have references to an Asset in the build.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public struct ScenesUsingAsset
Properties
Property | Description |
|---|---|
| assetPath | The asset path. |
| scenePaths | The list of scenes in the build referring to the asset, identified by a string containing the scene index in the _scenes list, as well as the scene path. |