Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPostprocessBuildWithReport

Implement this interface to receive a callback after the build is complete.
Read time 1 minuteLast updated 12 days ago

Definition

public interface IPostprocessBuildWithReport : IOrderedCallback

Methods

Method

Description

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

Inheritance