IPostBuildPlayerScriptDLLs
Implement this interface to receive a callback after the player scripts have been compiled.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
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. |