Struct GenerateLocationListsTask.Output
Storage for location data, including: dependencies, locations, and provider types.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
Assembly: Unity.Addressables.Editor.dll
Syntax
public struct GenerateLocationListsTask.Output
Fields
Name | Description |
---|---|
AssetGroupToBundles | A mapping of AddressableAssetGroups to the AssetBundles generated from its data. |
BundleToExpandedBundleDependencies | A mapping of AssetBundles to their expanded dependencies. |
BundleToImmediateBundleDependencies | A mapping of AssetBundles to the direct dependencies |
Locations | Content Catalog entries that were built into the Catalog. |
ProviderTypes | A hash set of all the provider types included in the build. |