Class BuildLayout
A storage class used to gather data about an Addressable build.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.Layout
Syntax
[Serializable]
public class BuildLayout
Fields
| Name | Description |
|---|---|
| BuiltInBundles | List of AssetBundles this data was built into |
| Groups | The Addressable Groups that reference this data |
| PackageVersion | Version of the Addressables package used to perform the build. |
| UnityVersion | Version of the Unity edtior used to perform the build. |