IPreprocessBuildWithReport
Implement this interface to receive a callback before the Player build is started.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public interface IPreprocessBuildWithReport : IOrderedCallback
Methods
Method | Description |
|---|---|
| OnPreprocessBuild | Implement this function to receive a callback before the build is started. |