Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPostprocessBuildWithReport

Implement this interface to execute code immediately after the Player build process is completed.
Read time 1 minuteLast updated 10 days ago

Definition

public interface IPostprocessBuildWithReport : IOrderedCallback

Remarks

This interface behaves like IPostprocessBuildWithContext, but is invoked only for Player builds. Use IPostprocessBuildWithContext 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

OnPostprocessBuildImplement this function to receive a callback after the build is complete.

Inheritance