Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPreprocessBuildWithReport

Implement this interface to execute code at the start of the Player build process.
Read time 1 minuteLast updated 12 days ago

Definition

public interface IPreprocessBuildWithReport : IOrderedCallback

Remarks

This interface behaves like IPreprocessBuildWithContext, but is invoked only for Player builds. Use IPreprocessBuildWithContext instead, because it is also invoked for AssetBundle and content directory builds.
For more information about build callbacks, refer to Use build callbacks

Methods

Method

Description

OnPreprocessBuildImplement this method to receive a callback before the build is started.

Inheritance