Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPostBuildPlayerScriptDLLs

Implement this interface to receive a callback after the player scripts have been compiled.
Read time 1 minuteLast updated 9 days ago

Definition

public interface IPostBuildPlayerScriptDLLs : IOrderedCallback

Remarks

For more information about build callbacks, refer to Use build callbacks

Methods

Method

Description

OnPostBuildPlayerScriptDLLsImplement this interface to receive a callback just after the player scripts have been compiled.

Inheritance