BuildPlayerProcessor
Extend BuildPlayerProcessor to receive callbacks during a player build.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
- Implements: IOrderedCallback
public abstract class BuildPlayerProcessor : IOrderedCallback
Remarks
Add files and perform custom setup before the build starts. For more information, refer to Use build callbacks
Additional Resources: IFilterBuildAssemblies, IPostBuildPlayerScriptDLLs, IUnityLinkerProcessor, IPreprocessBuildWithContext, IPostprocessBuildWithContext
Properties
Property | Description |
|---|---|
| callbackOrder | Returns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values. |
Methods
Method | Description |
|---|---|
| PrepareForBuild | Implement this function to receive a callback before a Player build starts. |