IPostBuildPlayerScriptDLLs
Implement this interface to receive a callback after Player scripts have been compiled.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public interface IPostBuildPlayerScriptDLLs : IOrderedCallback
Remarks
For more information about build callbacks, refer to Use build callbacks.
Methods
Method | Description |
|---|---|
| OnPostBuildPlayerScriptDLLs | Implement this interface to receive a callback just after the player scripts have been compiled. |