Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPreprocessBuildWithReport

Implement this interface to receive a callback before the Player build is started.
Read time 1 minuteLast updated 13 days ago

Definition

public interface IPreprocessBuildWithReport : IOrderedCallback

Methods

Method

Description

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

Inheritance