Class GenerateLocationListsTask
The BuildTask used to create location lists for Addressable assets.
Implements
IBuildTask
  Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
Assembly: Unity.Addressables.Editor.dll
Syntax
public class GenerateLocationListsTask : IBuildTask
  Properties
| Name | Description | 
|---|---|
| Version | The GenerateLocationListsTask version.  | 
      
Methods
| Name | Description | 
|---|---|
| ProcessInput(Input) | Processes the Input data from the build and returns an organized struct of information, including dependencies and catalog loctions.  | 
      
| Run() | Runs the build task with the injected context.  | 
      
| Run(IAddressableAssetsBuildContext, IBundleWriteData) | Runs the build task with a give context and write data.  |