Interface IBuildSettingsProvider
Interface for providing build settings. Allows dependency injection for testability.
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
public interface IBuildSettingsProvider
Properties
| Name | Description |
|---|---|
| activeBuildTarget | Gets the active build target. |
| development | Gets whether development build is enabled. |
| extraScriptingDefines | Gets the script compilation defines. |