This version of Unity is unsupported.

BuildPlayerProcessor

class in UnityEditor.Build


Implements interfaces:IOrderedCallback

Description

Extend BuildPlayerProcessor to receive callbacks during a player build.

Properties

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

Public Methods

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