Method GenerateRuntimeSettingsFile
GenerateRuntimeSettingsFile(AddressableAssetsBuildContext, AddressablesDataBuilderInput)
Generates the runtime settings JSON file that configures Addressables at runtime.
Declaration
public string GenerateRuntimeSettingsFile(AddressableAssetsBuildContext aaContext, AddressablesDataBuilderInput builderInput)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The Addressables build context containing runtime data. |
| AddressablesDataBuilderInput | builderInput | The build input containing settings and registry. |
Returns
| Type | Description |
|---|---|
| string | The path to the generated settings file. |