Interface IPrebuildSetup
Implement this interface if you want to define a set of actions to run as a pre-build step.
Namespace: UnityEngine.TestTools
Assembly: solution.dll
Syntax
public interface IPrebuildSetup
Methods
| Name | Description |
|---|---|
| Setup() | Implement this method to call actions automatically before the build process. |