Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildPlayerProcessor

Extend BuildPlayerProcessor to receive callbacks during a player build.
Read time 1 minuteLast updated 5 days ago

Definition

public abstract class BuildPlayerProcessor : IOrderedCallback

Remarks

Add files and perform custom setup before the build starts. For more information, refer to Use build callbacks

Properties

Property

Description

callbackOrderReturns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values.

Methods

Method

Description

PrepareForBuildImplement this function to receive a callback before a Player build starts.